ソースを参照

修改齐套显示的bug

695593266@qq.com 2 ヶ月 前
コミット
8dad247152

+ 5 - 3
src/views/productionPlan/components/checkProductionPreparations.vue

@@ -41,9 +41,11 @@
       </template>
 
       <template v-slot:statusStr="{ row }">
-        <span v-if="row.statusStr == '缺料'" style="color: red">{{
-          row.statusStr
-        }}</span>
+        <span
+          v-if="row.statusStr == '缺料' || row.statusStr == '不齐套'"
+          style="color: red"
+          >{{ row.statusStr }}</span
+        >
         <span v-else style="color: green">{{ row.statusStr }}</span>
       </template>