From cd17c45d39c727185b3c5ffb5a20e3dfac4dfb75 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期四, 24 八月 2023 13:45:27 +0800
Subject: [PATCH] 8.24提交修改

---
 src/router/index.js |   32 ++++++++++++++++++++++----------
 1 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7b83e21..b0b448c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -42,6 +42,11 @@
     hidden: true
   },
   {
+    path: '/addCommision',
+    component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'),
+    hidden:true
+  },
+  {
     path: '/',
     component: Layout,
     redirect: '/home',
@@ -165,15 +170,15 @@
         name: 'CommissionInspection',
         component: () => import('@/views/inspectionManagement/commissionInspection/index'),
         meta: { title: '濮旀墭妫�楠�', icon: 'table' },
-        children: [
-          {
-            path: 'addCommision',
-            name: 'AddCommision',
-            hidden: true,
-            component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'),
-            meta: { title: '妫�娴嬩俊鎭�', icon: 'table' }
-          }
-        ]
+        // children: [
+        //   {
+        //     path: 'addCommision',
+        //     name: 'AddCommision',
+        //     hidden: true,
+        //     component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'),
+        //     meta: { title: '妫�娴嬩俊鎭�', icon: 'table' }
+        //   }
+        // ]
       },
       {
         path: 'reportForInspection',
@@ -334,7 +339,14 @@
         name: 'Personnel',
         component: () => import('@/views/laboratory/personnel/index'),
         meta: { title: '浜哄憳绠$悊', icon: 'tree' }
-      },{
+      },
+      {
+        path: 'org',
+        name: 'Organizational',
+        component: () => import('@/views/laboratory/organizational/index.vue'),
+        meta: { title: '缁勭粐鏋舵瀯', icon: 'tree'}
+      },
+      {
         path: 'role',
         name: 'Role',
         component: () => import('@/views/laboratory/role/index'),

--
Gitblit v1.9.3