From 21c7375b7b38ebf2c8a2ca8fbf6fe9fb4f28250f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 12 Jan 2022 10:59:40 +0800
Subject: [PATCH] 新增公司注册机公司注册审核
---
src/router/views/index.js | 231 +++++++++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 198 insertions(+), 33 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 95db4d5..96a6ffb 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -135,7 +135,7 @@
redirect: '/securityUnit/index',
children: [{
path: 'index',
- name: '保安单位信息',
+ name: '单位信息',
meta: {
i18n: 'dict'
},
@@ -148,12 +148,25 @@
redirect: '/securityGuard/securityGuard',
children: [{
path: 'index',
- name: '保安员查询',
+ name: '保安员管理',
meta: {
i18n: 'dict'
},
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ }]
+ }, {
+ path: '/securityGuardOnce',
+ component: Layout,
+ redirect: '/securityGuard/securityGuardOnce',
+ children: [{
+ path: 'index',
+ name: '保安员查询',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardOnce')
}]
}, {
path: '/securityGuardDetail',
@@ -187,7 +200,7 @@
redirect: '/securityUnitChild/index',
children: [{
path: 'index',
- name: '保安单位详情',
+ name: '单位详情',
meta: {
i18n: 'dict'
},
@@ -242,7 +255,7 @@
redirect: '/talk/talk',
children: [{
path: 'index',
- name: '心里咨询',
+ name: '心理咨询',
meta: {
i18n: 'dict'
},
@@ -397,20 +410,21 @@
// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
// }]
// },
+ // {
+ // path: '/trainingRegistration',
+ // component: Layout,
+ // redirect: '/trainingRegistration/index',
+ // children: [{
+ // path: 'index',
+ // name: '保安培训报名管理',
+ // meta: {
+ // i18n: 'dict'
+ // },
+ // component: () =>
+ // import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+ // }]
+ // },
{
- path: '/trainingRegistration',
- component: Layout,
- redirect: '/trainingRegistration/index',
- children: [{
- path: 'index',
- name: '保安培训报名管理',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
- }]
- }, {
path: '/securityAnalysis',
component: Layout,
redirect: '/securityAnalysis/index',
@@ -435,6 +449,19 @@
},
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
+ }]
+ }, {
+ path: '/ownerFeedback',
+ component: Layout,
+ redirect: '/ownerFeedback/index',
+ children: [{
+ path: 'index',
+ name: '业主反馈',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/ownerFeedback/owner')
}]
}, {
path: '/securityUnit',
@@ -663,10 +690,11 @@
{
path: '/trainingRegistration',
component: Layout,
+ peixun: true,
redirect: '/trainingRegistration/index',
children: [{
path: 'index',
- name: '保安培训报名',
+ name: '培训报名列表',
meta: {
i18n: 'dict'
},
@@ -674,20 +702,20 @@
import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
}]
},
- {
- path: '/trainExam',
- component: Layout,
- redirect: '/trainExam/index',
- children: [{
- path: 'index',
- name: '考试申请',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
- }]
- },
+ // {
+ // path: '/trainExam',
+ // component: Layout,
+ // redirect: '/trainExam/index',
+ // children: [{
+ // path: 'index',
+ // name: '考试申请',
+ // meta: {
+ // i18n: 'dict'
+ // },
+ // component: () =>
+ // import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+ // }]
+ // },
// {
// path: '/applyexam',
// redirect: '/applyexam/index',
@@ -868,5 +896,142 @@
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/exam/papers')
}]
- }
+ }, {
+ path: '/resource',
+ redirect: '/resource/uploadPolicyRelease',
+ component: Layout,
+ children: [{
+ path: 'uploadPolicyRelease',
+ name: '政策发布>附件上传',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/resource/uploadPolicyRelease')
+ }]
+ }, {
+ path: '/securityMan',
+ redirect: '/securityMan/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '保安员信息',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/securityMan/index')
+ }]
+ }, {
+ path: '/attachOnce',
+ redirect: '/resource/attachOnce',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '附件查阅',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/resource/attachOnce')
+ }]
+ }, {
+ path: '/resource',
+ redirect: '/resource/uploadNotification',
+ component: Layout,
+ children: [{
+ path: 'uploadNotification',
+ name: '通知通报>附件上传',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/resource/uploadNotification')
+ }]
+ }, {
+ path: '/trainExam',
+ component: Layout,
+ children: [{
+ path: 'check',
+ name: '培训考试审核',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+ }, {
+ path: 'query',
+ name: '培训申请查询',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+ }]
+ },
+ {
+ path: 'modifiedGrades',
+ name: '修改成绩管理',
+ meta: {
+ i18n: 'modifiedGrades'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/trainExam/modifiedGrades')
+ },
+ {
+ path: '/accreditationRecords',
+ component: Layout,
+ redirect: '/accreditationRecords/accreditationRecords',
+ children: [{
+ path: 'index',
+ name: '制证管理',
+ meta: {
+ i18n: 'index'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/accreditationRecords/accreditationRecords')
+ }]
+ },
+ {
+ path: '/certificateOfPrint',
+ component: Layout,
+ redirect: '/certificateOfPrint/index',
+ children: [{
+ path: 'index',
+ name: '纸质证书制作',
+ meta: {
+ i18n: 'index'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/securityGuard/certificateOfPrint')
+ }]
+ },
+ {
+ path: '/userSManual',
+ component: Layout,
+ redirect: '/userSManual/index',
+ children: [{
+ path: 'index',
+ name: '用户手册',
+ meta: {
+ i18n: 'index'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/page/index/top/userSManual')
+ }]
+ },
+ {
+ path: '/drive',
+ component: Layout,
+ redirect: '/drive/index',
+ children: [{
+ path: 'index',
+ name: '驱动下载',
+ meta: {
+ i18n: 'index'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/page/index/top/drive')
+ }]
+ },
]
\ No newline at end of file
--
Gitblit v1.9.3