lxf 2 лет назад
Родитель
Сommit
8ecb3803e5
1 измененных файлов с 1 добавлено и 7 удалено
  1. 1 7
      src/views/EHSD/procurement/InspectionGoodsEHSD/index.vue

+ 1 - 7
src/views/EHSD/procurement/InspectionGoodsEHSD/index.vue

@@ -909,13 +909,7 @@ const config = computed(() => {
         width: 140,
       },
       render(type) {
-        if (!type) {
-          if (type === 0) {
-            return "质检中";
-          }
-          return "未质检";
-        }
-        return "已质检";
+        return proxy.dictValueLabel(type, qualityStatus.value);
       },
     },
     {