mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 10:13:05 +08:00
添加活动量管理页面以及一些相关组件
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
const Navigation = () => import('@/views/ebiz/manpower/Navigation')
|
||||
|
||||
|
||||
const Training = () => import('@/views/ebiz/manpower/Training')
|
||||
|
||||
const ActiveManagement = () => import('@/views/ebiz/manpower/ActiveManagement')
|
||||
export default [
|
||||
{
|
||||
// 人力发展
|
||||
@@ -25,5 +25,15 @@ export default [
|
||||
title: '培训上岗',
|
||||
index: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
// 活动量管理
|
||||
path: '/manpower/ActiveManagement',
|
||||
name: 'ActiveManagement',
|
||||
component: ActiveManagement,
|
||||
meta: {
|
||||
title: '活动量管理',
|
||||
index: 100
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user