Sfoglia il codice sorgente

人员档案证书表字段描述修改

cyy 14 ore fa
parent
commit
f8d657378b

+ 2 - 5
src/views/component/personnelFile/components/zsbTag.vue

@@ -249,7 +249,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column label="获奖证书" min-width="15%">
+        <el-table-column label="证书" min-width="15%">
           <template slot-scope="scope">
             <div class="grid-content bg-purple-light">
               <el-form-item
@@ -426,10 +426,7 @@ export default {
           this.$emit('changeButtonShow', this.$parent.$parent.$parent.btnShow)
         } else {
           console.log('error submit!!')
-          const fields = getInvalidFieldTips(
-            invalidFields,
-            fieldLabelMaps.zsb
-          )
+          const fields = getInvalidFieldTips(invalidFields, fieldLabelMaps.zsb)
           this.$emit('tipsShowTab', true, '资格职称证书', fields)
 
           return false

+ 1 - 1
src/views/component/personnelFile/constants/option.js

@@ -145,7 +145,7 @@ export const fieldLabelMaps = {
     faZhengDanWei: '发证单位',
     faZhengShiJian: '发证日期',
     dangAnBaoCun: '档案保存',
-    huoJiangZhengS: '获奖证书'
+    huoJiangZhengS: '证书'
   }
 }