From 8face2a434955f308ea8bb837022bbd47557ade7 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 17 三月 2026 11:14:42 +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