Compare commits
No commits in common. "c76d6beeb0078e6fe368091960921c4608a7d6a4" and "ca1c3947c111f5f5ebd0af6e29e8413b0a9bc08d" have entirely different histories.
c76d6beeb0
...
ca1c3947c1
|
@ -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