zhanghl
2025-04-27 323881d7307628e92e8b485ebaa08c834ba12a23
钣金计划大表:导出增加 当前工序状态 列
已修改1个文件
9 ■■■■ 文件已修改
src/views/mainPlan/platePlanList/index.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlanList/index.vue
@@ -202,12 +202,17 @@
    width: 200,
  },
  {
    title: "当前工序状态",
    field: "updateBy",
    width: 200,
  },
  {
    title: "下一工序",
    field: "updateBy",
    width: 100,
  },
  {
    title: "下一工序工序负责人",
    title: "下一工序负责人",
    field: "nextProcessDeparment",
    width: 200,
  },
@@ -301,7 +306,7 @@
      },
    },
    {
      title: `${item}结束时间`,
      title: `${item}完工时间`,
      field: `${index}_endDate`,
      width: 140,
      formatter: ({ cellValue, row, column }) => {