src/views/qualityManagement/processInspection/index.vue
@@ -136,12 +136,12 @@ prop: "checkResult", dataType: "tag", formatType: (params) => { if (params == '不合格') { if (params == '未检') { return "danger"; } else if (params == '合格') { } else if (params == '已检') { return "success"; } else { return null; return "danger"; } }, }, @@ -393,4 +393,4 @@ }); </script> <style scoped></style> <style scoped></style>