From 7ff48284cc634e02abed3a545630e9d680bbf19f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 18 三月 2026 16:04:37 +0800
Subject: [PATCH] 电压分选报工

---
 src/router/index.js |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index bc7fd70..a358858 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,6 +92,35 @@
     name: "DeviceInfo",
     meta: { title: "璁惧淇℃伅", icon: "monitor" },
   },
+  // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
+  {
+    path: "/oaSystem/projectManagement/projectDetail",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: ":projectId",
+        component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
+        name: "ProjectDetail",
+        meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
+      },
+    ],
+  },
+
+  // 鐢熶骇璁㈠崟-鐢熶骇璇︽儏锛堝伐搴忚繘搴︼級
+  {
+    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