Compare commits
2 Commits
ca1c3947c1
...
c76d6beeb0
Author | SHA1 | Date |
---|---|---|
|
c76d6beeb0 | |
|
2bf9c6a5eb |
|
@ -85,12 +85,12 @@ export const systemRoutes: RouteRecordRaw[] = [
|
||||||
component: () => import('@/views/system/post/index.vue'),
|
component: () => import('@/views/system/post/index.vue'),
|
||||||
meta: { title: '岗位管理', icon: 'nav', hidden: false, sort: 2.75 },
|
meta: { title: '岗位管理', icon: 'nav', hidden: false, sort: 2.75 },
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: '/organization/hr/workload',
|
// path: '/organization/hr/workload',
|
||||||
name: 'HRWorkload',
|
// name: 'HRWorkload',
|
||||||
component: () => import('@/views/hr/workload/index.vue'),
|
// component: () => import('@/views/hr/workload/index.vue'),
|
||||||
meta: { title: '任务管理', icon: 'bookmark', hidden: false },
|
// meta: { title: '任务管理', icon: 'bookmark', hidden: false },
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in New Issue