gaoluyang
2025-03-29 1d22e1b84c1b64a43dc09f6ae8fd1f1fdf243a32
src/views/statisticalCharts/inspectionItemWarning/index.vue
@@ -96,7 +96,11 @@
          width: 150,
          dataType: "tag",
          formatType: (params) => {
            return 'danger'
            if (this.tableData1.find((m) => m.testValue == params).isIssue == 1) {
              return 'danger'
            } else {
              return 'success'
            }
          },
        },
        { label: '检测时间', prop: 'detectionTime',width: 160 },