Преглед изворни кода

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-qms into dengfei

695593266@qq.com пре 10 месеци
родитељ
комит
08539532ad
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/inspectionTemplate/index.vue

+ 2 - 2
src/views/inspectionTemplate/index.vue

@@ -180,7 +180,7 @@
             align: 'center',
             minWidth: 110,
             formatter: (row, column, cellValue) => {
-              return this.getDictName('质检类型', cellValue);
+              return this.getDictName('质检计划类型', cellValue);
             }
           },
           {
@@ -224,7 +224,7 @@
       };
     },
     async created() {
-      const res = await this.requestDict('质检类型');
+      const res = await this.requestDict('质检计划类型');
     
       this.typeList = res.map((item) => {
         let values = Object.keys(item);