From 301e043c353ada5353cd6b3e1fb0f65623b4372f Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 14:21:58 +0800
Subject: [PATCH] 提交计划大表数据字段

---
 src/views/mainPlan/platePlanList/index.vue |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 7de7210..9a41267 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -171,11 +171,11 @@
     field: "documentNumber",
     width: 200,
   },
-  // {
-  //   title: "褰撳墠宸ュ簭鍙�",
-  //   field: "currentProcessNumberTxt",
-  //   width: 150,
-  // },
+  {
+    title: "褰撳墠宸ュ簭鍙�",
+    field: "currentProcessNumberTxt",
+    width: 150,
+  },
   {
     title: "闇�姹傚垎绫�",
     field: "requirementType",
@@ -183,11 +183,6 @@
   },
   {
     title: "鍗曟嵁鐘舵��",
-    field: "documentStatus",
-    width: 100,
-  },
-  {
-    title: "瀹℃牳鏃堕棿",
     field: "documentStatus",
     width: 100,
   },

--
Gitblit v1.9.3