From 07bb6f12403fb15a68fc439ac55d82f473b4da74 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期四, 27 七月 2023 09:46:54 +0800
Subject: [PATCH] 设备台账的第二次提交
---
src/router/index.js | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 5f236ab..94dc6d7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -70,7 +70,7 @@
name: 'SpecificationDetails',
// hidden: true,
component: () => import('@/views/standardLibrary/SpecificationDetails'),
- meta: { title: '浜у搧瑙勬牸璇︽儏', icon: 'form', show: false, breadcrumb: false }
+ meta: { title: '浜у搧瑙勬牸璇︽儏', icon: 'form', show: false }
}
]
},
@@ -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',
@@ -304,7 +320,7 @@
path: 'myBusiness',
name: 'MyBusiness',
component: () => import('@/views/personal/myBusiness/index'),
- meta: { title: '鎴戠殑浼佷笟', icon: 'tree' }
+ meta: { title: '鎴戠殑浼佷笟', icon: 'tree', show: false }
}
]
},
--
Gitblit v1.9.3