695593266@qq.com 11 месяцев назад
Родитель
Сommit
4fad857e5e

+ 3 - 0
src/views/material/BOMmanage/qualityTesting/inspectionTemplate.vue

@@ -198,12 +198,15 @@
       },
 
       getQualityType(row) {
+        console.log(row.type);
+        console.log(this.typeList);
         if (row.type) {
           let label = '';
           this.typeList.forEach((item) => {
             if (item.value == row.type) {
               label = item.label;
             }
+            console.log(label, 'label');
             return label;
           });
         }