gaoluyang
2025-03-29 2ec168020f20539a8d9a6264e70c5fd688a87940
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 },