src/views/equipmentManagement/inspectionManagement/index.vue
@@ -208,10 +208,6 @@
      label: "任务状态",
      minWidth: 100,
      dataType: "tag",
      formatData: (row) => {
        if (row.status === null || row.status === undefined || row.status === '') return '-';
        return row.status;
      },
      formatType: (row) => {
        if (row.status === '已巡检') return 'success';
        return 'warning';