From 373aad6e7198849d6f69c6bdb5ff338752e3d9e3 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期日, 27 四月 2025 15:06:19 +0800
Subject: [PATCH] 钣金计划大表:开工时间
---
src/views/mainPlan/platePlanList/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index e00cd68..d198b06 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/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 }) => {
--
Gitblit v1.9.3