From df2328ea56438bf534ad2df79d7f761606cd9cce Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 26 六月 2026 17:34:40 +0800
Subject: [PATCH] 已完成状态的生产订单,工艺路线不能修改,新增编辑按钮都不要展示

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

diff --git a/src/router/index.js b/src/router/index.js
index 7be3668..000a0c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -97,6 +97,44 @@
       },
     ],
   },
+  // 鏁欏婕旂ず妯″潡
+  {
+    path: "/productionManagement/teachingDemo",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: "",
+        component: () => import("@/views/productionManagement/teachingDemo/index.vue"),
+        name: "TeachingDemo",
+        meta: { title: "宸ヨ壓璺嚎涓嶣OM鏁欏婕旂ず", icon: "education" },
+      },
+      {
+        path: "bom",
+        component: () => import("@/views/productionManagement/teachingDemo/BomDemo.vue"),
+        name: "BomDemo",
+        meta: { title: "BOM缁撴瀯婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "processRoute",
+        component: () => import("@/views/productionManagement/teachingDemo/ProcessRouteDemo.vue"),
+        name: "ProcessRouteDemo",
+        meta: { title: "宸ヨ壓璺嚎婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "combined",
+        component: () => import("@/views/productionManagement/teachingDemo/CombinedDemo.vue"),
+        name: "CombinedDemo",
+        meta: { title: "鑱斿姩婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "factory",
+        component: () => import("@/views/productionManagement/teachingDemo/FactoryDemo.vue"),
+        name: "FactoryDemo",
+        meta: { title: "鍔ㄦ�佸伐鍘傛紨绀�", activeMenu: "/productionManagement/teachingDemo" },
+      },
+    ],
+  },
   {
     path: "/user",
     component: Layout,

--
Gitblit v1.9.3