From 0e4d44c2f5a7511d2eee72deecb76b5ba67358cd Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 04 Jan 2022 17:39:41 +0800
Subject: [PATCH] 智能分析查询明细样式调整

---
 src/router/views/index.js |  284 +++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 239 insertions(+), 45 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index b83e368..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'
             },
@@ -234,6 +247,20 @@
             },
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/desk/notice')
+        }]
+    },
+    {
+        path: '/talk',
+        component: Layout,
+        redirect: '/talk/talk',
+        children: [{
+            path: 'index',
+            name: '心理咨询',
+            meta: {
+                i18n: 'dict'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/talk/talk')
         }]
     },
     {
@@ -383,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',
@@ -421,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',
@@ -649,10 +690,11 @@
     {
         path: '/trainingRegistration',
         component: Layout,
+        peixun: true,
         redirect: '/trainingRegistration/index',
         children: [{
             path: 'index',
-            name: '保安培训报名',
+            name: '培训报名列表',
             meta: {
                 i18n: 'dict'
             },
@@ -660,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',
@@ -759,20 +801,21 @@
             noCache: true
         }]
     },
+    // {
+    //     path: '/traincompany',
+    //     component: Layout,
+    //     redirect: '/traincompany/index',
+    //     children: [{
+    //         path: 'index',
+    //         name: '培训公司查询',
+    //         meta: {
+    //             i18n: 'dict'
+    //         },
+    //         component: () =>
+    //             import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
+    //     }]
+    // },
     {
-        path: '/traincompany',
-        component: Layout,
-        redirect: '/traincompany/index',
-        children: [{
-            path: 'index',
-            name: '培训公司查询',
-            meta: {
-                i18n: 'dict'
-            },
-            component: () =>
-                import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
-        }]
-    }, {
         path: '/dispatchChildoperableSee',
         component: Layout,
         redirect: '/dispatchChildoperableSee/index',
@@ -839,5 +882,156 @@
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/applydetailed/papers')
         }]
-    }
+    },
+    {
+        path: '/exam',
+        redirect: '/exam/papers',
+        component: Layout,
+        children: [{
+            path: 'papers',
+            name: '保安证',
+            meta: {
+                i18n: 'index',
+            },
+            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