mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
Merge branch 'feature/GFRS-717【0402】人力发展-活动量管理' of http://112.124.100.131/GFRS/ebiz-h5 into feature/GFRS-717【0402】人力发展-活动量管理
# Conflicts: # src/router/ebiz/manpower.js
This commit is contained in:
@@ -13,8 +13,10 @@ const TalentPoolList = () => import('@/views/ebiz/manpower/talentPool/List')
|
||||
const TalentPoolAdd = () => import('@/views/ebiz/manpower/talentPool/Add')
|
||||
const TalentPoolEdit = () => import('@/views/ebiz/manpower/talentPool/Edit')
|
||||
|
||||
export default [
|
||||
{
|
||||
const ActivityLogList = () => import('@/views/ebiz/manpower/activityLog/List')
|
||||
const ActivityLogEdit = () => import('@/views/ebiz/manpower/activityLog/Edit')
|
||||
|
||||
export default [{
|
||||
// 人力发展
|
||||
path: '/manpower/Navigation',
|
||||
name: 'Navigation',
|
||||
@@ -93,5 +95,25 @@ export default [
|
||||
title: '基本信息',
|
||||
index: 103
|
||||
}
|
||||
},
|
||||
{
|
||||
// 当日增员活动日志
|
||||
path: '/manpower/ActivityLog/List',
|
||||
name: 'ActivityLogList',
|
||||
component: ActivityLogList,
|
||||
meta: {
|
||||
title: '当日增员活动日志',
|
||||
index: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
// 日志详情
|
||||
path: '/manpower/ActivityLog/Edit',
|
||||
name: 'ActivityLogEdit',
|
||||
component: ActivityLogEdit,
|
||||
meta: {
|
||||
title: '日志详情',
|
||||
index: 100
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user