src/views/productionManagement/workOrderManagement/index.vue
@@ -203,7 +203,7 @@ width: "80", }, { label: "今日报工状态", label: "报工状态", prop: "todayReportState", dataType: "slot", slot: "todayReportState", @@ -471,8 +471,8 @@ const todayReportStateTagType = val => { const state = Number(val); if (state === 1) return "info"; if (state === 2) return "warning"; if (state === 3) return "success"; if (state === 2) return "success"; if (state === 3) return "warning"; return "info"; };