From 8115a7f38c61fc57cd69d11f16f9dcc49cf7beda Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 17 三月 2026 13:25:44 +0800
Subject: [PATCH] fix: 生产记录绑定按钮修改
---
src/router/index.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index e5dc580..a358858 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -106,6 +106,21 @@
},
],
},
+
+ // 鐢熶骇璁㈠崟-鐢熶骇璇︽儏锛堝伐搴忚繘搴︼級
+ {
+ path: "/productionManagement/productionOrder/detail",
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: "",
+ component: () => import("@/views/productionManagement/productionOrder/Detail/index.vue"),
+ name: "ProductionOrderDetail",
+ meta: { title: "鐢熶骇璇︽儏", activeMenu: "/productionManagement/productionOrder" },
+ },
+ ],
+ },
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.3