From 1b0a3d7e887e31ae37dcfa9ba8e0ae77a9bfa5a6 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 12 三月 2025 17:07:59 +0800
Subject: [PATCH] 设备搬迁-设备使用记录联调

---
 src/router/index.js |   39 +++++++++++++++++++++++----------------
 1 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 66a0b9f..b9675e1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,22 +92,29 @@
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [
-  // {
-  //   // 鍘熸潗鏂欎笅鍗�
-  //   path: '/materialOrder',
-  //   component: Layout,
-  //   hidden: true,
-  //   permissions: ['business:order'],
-  //   children: [
-  //     {
-  //       // 閾滄潗鏂欎笅鍗�
-  //       path: 'customsInspection',
-  //       component: () => import('@/views/business/materialOrder/customsInspection'),
-  //       name: 'customsInspection',
-  //       meta: { title: '閾滄潗鏂欎笅鍗�', activeMenu: '/business/materialOrder' }
-  //     }
-  //   ]
-  // },
+  {
+    // 涓嬪崟椤甸潰
+    path: '/inspectionOrder',
+    component: Layout,
+    hidden: true,
+    permissions: ['business:order'],
+    children: [
+      {
+        // 鏂板濮旀墭鍗曢〉闈�
+        path: 'addOrder',
+        component: () => import('@/views/business/inspectionOrder/add'),
+        name: 'addOrder',
+        meta: { title: '鏂板濮旀墭鍗�', activeMenu: '/business/inspectionOrder' }
+      },
+      {
+        // 鏌ョ湅濮旀墭鍗曡鎯呴〉闈�
+        path: 'showDetails',
+        component: () => import('@/views/business/inspectionOrder/add'),
+        name: 'showDetails',
+        meta: { title: '濮旀墭鍗曡鎯�', activeMenu: '/business/inspectionOrder' }
+      }
+    ]
+  },
   {
     // 鐢ㄦ埛绠$悊
     path: "/system/user-auth",

--
Gitblit v1.9.3