src/views/qualityManagement/finalInspection/index.vue
@@ -123,8 +123,18 @@ prop: "unit", }, { label: "数量", label: "总数量", prop: "quantity", width: 100 }, { label: "合格数量", prop: "qualifiedQuantity", width: 100 }, { label: "不合格数量", prop: "unqualifiedQuantity", width: 100 }, { @@ -142,7 +152,7 @@ } else if (params == '合格') { return "success"; } else { return null; return 'danger'; } }, }, @@ -181,6 +191,13 @@ } }, { name: "查看", type: "text", clickFun: (row) => { openForm("view", row); }, }, { name: "附件", type: "text", clickFun: (row) => {