| | |
| | | redirect: '/trainingRegistration/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '培训人员列表', |
| | | name: '保安培训报名管理', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | |
| | | 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') |
| | | // }] |
| | | // }, |
| | | ] |