From fdd7142c0822247e053f493e49bc2de3d1de5ef2 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 06 一月 2026 16:16:11 +0800
Subject: [PATCH] 报工按钮

---
 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