From c19e1af90a002291bacd5263206dc8e0bfadacba Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期日, 27 四月 2025 15:33:06 +0800
Subject: [PATCH] 钣金计划大表:当前工序状态 、下一工序

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

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 9ee02a0..4297ece 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -203,12 +203,12 @@
   },
   {
     title: "褰撳墠宸ュ簭鐘舵��",
-    field: "updateBy",
+    field: "opStatus",
     width: 200,
   },
   {
     title: "涓嬩竴宸ュ簭",
-    field: "updateBy",
+    field: "nextOpName",
     width: 100,
   },
   {

--
Gitblit v1.9.3