入职离职初步完成
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user