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 },