From adf8980d8563fe03a2d4d626c0ab3235f8263fe9 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 07 Aug 2021 16:36:22 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/router/views/index.js |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index bd317b4..e6e847b 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -389,7 +389,7 @@
         redirect: '/trainingRegistration/index',
         children: [{
             path: 'index',
-            name: '培训人员列表',
+            name: '保安培训报名管理',
             meta: {
                 i18n: 'dict'
             },
@@ -765,12 +765,52 @@
         redirect: '/traincompany/index',
         children: [{
             path: 'index',
-            name: '保安培训报名',
+            name: '培训公司查询',
             meta: {
                 i18n: 'dict'
             },
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
         }]
+    }, {
+        path: '/dispatchChildoperableSee',
+        component: Layout,
+        redirect: '/dispatchChildoperableSee/index',
+        children: [{
+            path: 'index',
+            name: '派遣记录',
+            meta: {
+                i18n: 'index'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperableSee')
+        }]
     },
+    // {
+    //     path: '/people',
+    //     component: Layout,
+    //     redirect: '/people/expression',
+    //     children: [{
+    //         path: 'expression',
+    //         name: '表现记录查看',
+    //         meta: {
+    //             i18n: 'expression'
+    //         },
+    //         component: () =>
+    //             import( /* webpackChunkName: "views" */ '@/views/people/expression')
+    //     }]
+    // }, {
+    //     path: '/people',
+    //     component: Layout,
+    //     redirect: '/people/job',
+    //     children: [{
+    //         path: 'job',
+    //         name: '从业记录查看',
+    //         meta: {
+    //             i18n: 'job'
+    //         },
+    //         component: () =>
+    //             import( /* webpackChunkName: "views" */ '@/views/people/job')
+    //     }]
+    // },
 ]
\ No newline at end of file

--
Gitblit v1.9.3