Compare commits

...

2 Commits

Author SHA1 Message Date
Maple c76d6beeb0 Merge remote-tracking branch 'origin/main' 2025-08-04 10:51:45 +08:00
Maple 2bf9c6a5eb none 2025-08-04 10:51:14 +08:00
1 changed files with 6 additions and 6 deletions

View File

@ -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 },
}, // },
], ],
}, },
// { // {