@@ -97,9 +97,9 @@
</el-col>
<el-col :xs="24" :sm="12" :md="8" :lg="6">
- <el-form-item prop="entryTime" label="现任职日期" label-width="240">
+ <el-form-item prop="entryTime" label="任现职日期" label-width="240">
<el-date-picker style="width: 270px;" v-model="formData.entryTime" align="right"
- type="date" placeholder="选择现任职日期">
+ type="date" placeholder="选择任现职日期">
</el-date-picker>
</el-form-item>
@@ -216,8 +216,8 @@ import { deptTreeList } from "@/api/system/public";
import { extendUserInformation } from "@/api/system/information";
export default {
- fillter: {},
dicts: ['administrative_level','sys_yes_no','sys_highest_education', "sys_work_type", "sys_duties", "sys_education_type", 'sys_department_type', 'post_no_pass', 'current_position','department_name'],
+ fillter: {},
components: { TreeSelect ,ImgsUpload},
props: [],