This commit is contained in:
2022-09-09 14:40:05 +08:00
parent 18d86ba26b
commit b5c1eeb94c
16 changed files with 753 additions and 967 deletions

View File

@ -90,7 +90,7 @@
</el-col>
</el-row>
<el-row v-if="formType == 1">
<!-- <el-row v-if="formType == 1">
<el-col :span="12">
<el-form-item label="所属单位:" prop="researchId">
<el-select
@ -126,7 +126,7 @@
</el-select>
</el-form-item>
</el-col>
</el-row>
</el-row> -->
<CityOptions
v-model="modelValue"
@ -155,10 +155,18 @@
<el-form-item label="最高学历:" prop="education">
<el-select v-model="modelValue.education" placeholder="请选择">
<el-option
v-for="item in educationOptions"
:key="item.text"
:label="item.text"
:value="item.text"
value="博士"
label="博士"
>
</el-option>
<el-option
value="本科"
label="本科"
>
</el-option>
<el-option
value="专科"
label="专科"
>
</el-option>
</el-select>
@ -219,7 +227,7 @@
ref="keywordsFormRef"
/>
<InputBoxAdd
<!-- <InputBoxAdd
v-if="formType != 2"
:labelWidth="labelWidth"
v-model="modelValue"
@ -227,7 +235,7 @@
placeholder="请输入研究方向"
fieldKey="researchs"
ref="researchsFormRef"
/>
/> -->
<InputBoxAdd
v-if="formType == 2"