Ver código fonte

补人员评估时机

zhonghuizhen 9 meses atrás
pai
commit
479bf89cad

+ 3 - 3
src/views/component/personnelFile/constants/simulated.js

@@ -449,10 +449,10 @@ export const correlationConfig = {
         config: [
             // { label: '考核时机', width: '15%', type: 'text', field: 'kao_he_shi_ji_' },
             {
-                label: "评估类型",
+                label: "评估时机",
                 width: "10%",
                 type: "text",
-                field: "kao_he_lei_bie_",
+                field: "kao_he_shi_ji_",
             },
             {
                 label: "评估时间",
@@ -477,7 +477,7 @@ export const correlationConfig = {
             ],
             // [{ name: '考核时机', field: 'kao_he_shi_ji_', type: 'text' }, { name: '总分', field: 'zong_fen_', type: 'text' }],
             [
-                { name: "评估类型", field: "kao_he_lei_bie_", type: "text" },
+                { name: "评估时机", field: "kao_he_shi_ji_", type: "text" },
                 { name: "评估结果", field: "kao_he_jie_guo_", type: "text" },
             ],
             [{ name: "附件", field: "shang_chuan_fu_ji", type: "file" }],