1
yyb
6 天以前 e1b1a29203de502457d8ede2508ba1fa2c55db47
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";
  };