jingshuyong 10 месяцев назад
Родитель
Сommit
4bb7a39650
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);