| src/views/equipmentManagement/inspectionManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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';