zhanghl
2025-04-27 373aad6e7198849d6f69c6bdb5ff338752e3d9e3
src/views/mainPlan/platePlanList/index.vue
@@ -283,7 +283,7 @@
  let newArray = [];
  newArray = dynamicList.value.flatMap((item, index) => [
    {
      title: `${item}开始时间`,
      title: `${item}开工时间`,
      field: `${index}_startDate`,
      width: 140,
      formatter: ({ cellValue, row, column }) => {