From 323881d7307628e92e8b485ebaa08c834ba12a23 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期日, 27 四月 2025 10:32:27 +0800
Subject: [PATCH] 钣金计划大表:导出增加 当前工序状态 列

---
 src/views/mainPlan/platePlanList/index.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index d4d98be..e00cd68 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/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 }) => {

--
Gitblit v1.9.3