|
@@ -141,11 +141,11 @@
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
:title="title"
|
|
:title="title"
|
|
|
:visible.sync="open"
|
|
:visible.sync="open"
|
|
|
- width="700px"
|
|
|
|
|
|
|
+ width="800px"
|
|
|
append-to-body
|
|
append-to-body
|
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
|
>
|
|
>
|
|
|
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
|
|
|
|
+ <el-form ref="form" :model="form" :rules="rules" label-width="150px">
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<el-col :span="24" v-if="form.parentId !== 0">
|
|
<el-col :span="24" v-if="form.parentId !== 0">
|
|
|
<el-form-item label="上级部门" prop="parentId">
|
|
<el-form-item label="上级部门" prop="parentId">
|
|
@@ -209,6 +209,13 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
|
|
+ <el-form-item label="科研平台编号" prop="kyId" width="120px">
|
|
|
|
|
+ <el-input v-model="form.kyId" placeholder="科研平台编号" maxlength="20" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ </el-row>
|
|
|
|
|
+ <el-row>
|
|
|
|
|
+ <el-col :span="12">
|
|
|
<el-form-item label="邮箱" prop="email">
|
|
<el-form-item label="邮箱" prop="email">
|
|
|
<el-input v-model="form.email" placeholder="请输入邮箱" maxlength="50" />
|
|
<el-input v-model="form.email" placeholder="请输入邮箱" maxlength="50" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -363,6 +370,7 @@ export default {
|
|
|
phone: undefined,
|
|
phone: undefined,
|
|
|
email: undefined,
|
|
email: undefined,
|
|
|
status: "0",
|
|
status: "0",
|
|
|
|
|
+ kyId: undefined,
|
|
|
maxDuration: 8,
|
|
maxDuration: 8,
|
|
|
};
|
|
};
|
|
|
this.resetForm("form");
|
|
this.resetForm("form");
|