gaoluyang
2025-03-31 ac126fc2454a75dd1b0b7dc904ababdc10abb286
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 },