From 6c59718662d772c5eaeda72826711b39a2e01c1d Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期二, 08 八月 2023 13:27:34 +0800
Subject: [PATCH] 最后 一舞

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

diff --git a/src/router/index.js b/src/router/index.js
index 90f985c..f95e0a0 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -75,6 +75,26 @@
     ]
   },
   {
+    path: '/trialManagement',
+    component: Layout,
+    redirect: '/trialManagement/index',
+    meta: { title: '璇曢獙绠$悊', icon: 'el-icon-s-help' },
+    children: [
+      {
+        path: 'index',
+        name: 'entrust',
+        component: () => import('@/views/trialManagement/entrust'),
+        meta: { title: '濮旀墭妫�楠�', icon: 'form' }
+      },
+      {
+        path: 'rawMaterials',
+        name: 'RawMaterials',
+        component: () => import('@/views/trialManagement/rawMaterials'),
+        meta: { title: '鍘熸潗鏂欐姤妫�', icon: 'form' }
+      }
+    ]
+  },
+  {
     path: '/rawMaterials',
     component: Layout,
     redirect: '/rawMaterials/reportForInspection',
@@ -85,7 +105,23 @@
         path: 'reportForInspection',
         name: 'ReportForInspection',
         component: () => import('@/views/rawMaterials/reportForInspection/index'),
-        meta: { title: '鍘熸潗鏂欐姤妫�', icon: 'table' }
+        meta: { title: '鍘熸潗鏂欐姤妫�', icon: 'table' },
+        children: [
+          // {
+          //   path: 'index',
+          //   name: 'ReportForInspectionIndex',
+          //   // hidden: true,
+          //   component: () => import('@/views/rawMaterials/reportForInspection/index'),
+          //   meta: { title: '鍘熸潗鏂欐姤妫�', icon: 'table' }
+          // },
+          {
+            path: 'forInspectionDetail',
+            name: 'ForInspectionDetail',
+            hidden: true,
+            component: () => import('@/views/rawMaterials/reportForInspection/forInspectionDetail'),
+            meta: { title: '鏂板妫�楠屽崟璇︽儏', icon: 'table' }
+          }
+        ]
       },
       {
         path: 'print',

--
Gitblit v1.9.3