入职离职初步完成

This commit is contained in:
2025-02-16 18:41:56 +08:00
parent 75acf69848
commit 15a8480784
33 changed files with 3438 additions and 5 deletions

View File

@@ -101,6 +101,43 @@ export const constantRoutes = [
}
]
},
{
path: '/people',
component: Layout,
hidden: true,
children: [
{
path: 'updateOnboarding/:onboardingId(\\d+)',
component: () => import('@/views/oa/onboarding/update'),
name: 'updateOnboarding',
meta: { title: '更新入职数据', activeMenu: '/people/onboarding' }
},
{
path: 'addOffboarding',
component: () => import('@/views/oa/offboarding/add'),
name: 'addOffboarding',
meta: { title: '新增离职申请' ,activeMenu: '/people/offboarding' }
},
{
path: 'updateOffboarding/:offboardingId(\\d+)',
component: () => import('@/views/oa/offboarding/update'),
name: 'updateOffboarding',
meta: { title: '新增离职申请' ,activeMenu: '/people/offboarding' }
},
]
},
// {
// path: '/people/updateOffboarding/:offboardingId(\\d+)',
// component: () => import('@/views/oa/offboarding/update'),
// hidden: true,
// name: 'offboarding',
// meta: { title: '跟进离职流程', activeMenu: '/people/offboarding' }
// },
/* {
path: '/finance',
component: Layout,