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'),
|
||||
meta: { title: '岗位管理', icon: 'nav', hidden: false, sort: 2.75 },
|
||||
},
|
||||
{
|
||||
path: '/organization/hr/workload',
|
||||
name: 'HRWorkload',
|
||||
component: () => import('@/views/hr/workload/index.vue'),
|
||||
meta: { title: '任务管理', icon: 'bookmark', hidden: false },
|
||||
},
|
||||
// {
|
||||
// path: '/organization/hr/workload',
|
||||
// name: 'HRWorkload',
|
||||
// component: () => import('@/views/hr/workload/index.vue'),
|
||||
// meta: { title: '任务管理', icon: 'bookmark', hidden: false },
|
||||
// },
|
||||
],
|
||||
},
|
||||
// {
|
||||
|
|
Loading…
Reference in New Issue