From 8a06fd26565b24603aa265db6715b5e246b831bd Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期一, 24 七月 2023 08:47:23 +0800
Subject: [PATCH] 检验的第一次提交

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

diff --git a/src/router/index.js b/src/router/index.js
index 90f985c..94dc6d7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -85,7 +85,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