Răsfoiți Sursa

禅道bug 2192 修复

jingshuyong 10 luni în urmă
părinte
comite
4bb7a39650
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/views/inspectionTemplate/index.vue

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

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