From 33d9cda6725a0d69a3efc0ecc54985551b6cc8a8 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期日, 04 一月 2026 14:35:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_JTWY' into dev_JTWY

---
 src/views/productionManagement/processRoute/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 7b53dfd..20de386 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -48,7 +48,6 @@
         :record="record"
         @completed="getList"
     />
-    RouteItemForm
 	</div>
 </template>
 
@@ -66,6 +65,10 @@
 });
 const { searchForm } = toRefs(data);
 const tableColumn = ref([
+  {
+    label: "浜у搧鍚嶇О",
+    prop: "productName",
+  },
 	{
 		label: "瑙勬牸鍚嶇О",
 		prop: "model",

--
Gitblit v1.9.3