liding
2026-06-02 476a9ca89794a830b8a8279b80d9b446624a0641
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>