From 86633a46ceb72f3311332ee9dd997281a17e50fd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Jul 2021 10:58:42 +0800
Subject: [PATCH] 保安员管理和保安公司页面完善 。全部基本样式调整,数据对接(部分)
---
src/router/views/index.js | 42 ++++++++++++++++++++++++++++++++++++------
1 files changed, 36 insertions(+), 6 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index b2e18f9..e42e5ec 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -286,20 +286,50 @@
component: () =>
import( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index')
}]
- }, {
- path: '/securityUnitOperation/operationTable',
- redirect: '/securityUnitOperation/operationTable/index',
+ },
+ // { //报错 到不到vue文件
+ // path: '/securityUnitOperation/operationTable',
+ // redirect: '/securityUnitOperation/operationTable/index',
+ // component: Layout,
+ // children: [{
+ // path: 'index',
+ // name: '公司运营情况智能分析详情表',
+ // meta: {
+ // i18n: 'index',
+ // },
+ // component: () =>
+ // import( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable')
+ // }]
+ // },
+ {
+ path: '/securityUnitOperation/economicTable',
+ redirect: '/securityUnitOperation/economicTable/index',
component: Layout,
children: [{
path: 'index',
- name: '公司运营情况智能分析详情表',
+ name: '公司经济情况智能分析详情表',
meta: {
i18n: 'index',
},
component: () =>
- import( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable')
+ import( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/economicTable')
}]
- }, {
+ },
+ {
+ path: '/statisticalQueryManagement/companyDetails',
+ redirect: '/statisticalQueryManagement/companyDetails/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '保安公司人员详情',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/statisticalQueryManagement/companyDetails')
+ }]
+ },
+ {
path: '/securityUnitOperation/economicTable',
redirect: '/securityUnitOperation/economicTable/index',
component: Layout,
--
Gitblit v1.9.3