From ee889cb636e31db7c481140509db350adbeae1f4 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期五, 05 三月 2021 23:43:40 +0800
Subject: [PATCH] fix(bug修复): 在职员工界面调整

---
 src/views/user/Informationinput.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 6758fc6..7805176 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -89,7 +89,7 @@
           <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" />
           <el-table-column show-overflow-tooltip prop="marriage" label="婚姻状况" width="80" :formatter="marriageFormat" />
           <el-table-column show-overflow-tooltip prop="politics" label="政治面貌" width="80" :formatter="politicsFormat" />
-          <el-table-column show-overflow-tooltip prop="education" label="最高学历" width="80" :formatter="educationFormat" />
+          <el-table-column show-overflow-tooltip prop="education" label="学历" width="80" :formatter="educationFormat" />
           <el-table-column prop="entryDate" show-overflow-tooltip label="入职日期" width="80" />
           <el-table-column prop="insuranceType" show-overflow-tooltip label="保险类型" width="80" :formatter="insuranceTypeFormat" />
           <el-table-column prop="socialNumb" show-overflow-tooltip label="社保电脑号" />
@@ -642,8 +642,8 @@
                     />
                   </el-select>
                 </el-form-item>
-                <el-form-item label="最高学历" prop="education">
-                  <el-select v-model="empBaseInfoForm.education" placeholder="请选择最高学历">
+                <el-form-item label="学历" prop="education">
+                  <el-select v-model="empBaseInfoForm.education" placeholder="请选择学历">
                     <el-option
                       v-for="dict in educationOptions"
                       :key="dict.dicItemCode"

--
Gitblit v1.8.0