mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 14:56:45 +08:00
业绩查询功能
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const performance = () => import('@/views/ebiz/performance/Performance')
|
||||
const attendanceInfo = () => import('@/views/ebiz/performance/AttendanceInfo')
|
||||
const PerformanceList = () => import('@/views/ebiz/performance/PerformanceList')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -10,13 +12,31 @@ export default [
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: '/poster/posterPreview',
|
||||
// name: 'posterPreview',
|
||||
// component: posterPreview,
|
||||
// meta: {
|
||||
// title: '海报预览',
|
||||
// index: 2
|
||||
// }
|
||||
// }
|
||||
{
|
||||
path: '/performance/Performance/:parmas',
|
||||
name: 'Performance',
|
||||
component: performance,
|
||||
meta: {
|
||||
title: '业绩查询',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/performance/AttendanceInfo',
|
||||
name: 'AttendanceInfo',
|
||||
component: attendanceInfo,
|
||||
meta: {
|
||||
title: '考勤统计',
|
||||
index: 3
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/performance/PerformanceList/:obj',
|
||||
name: 'PerformanceList',
|
||||
component: PerformanceList,
|
||||
meta: {
|
||||
title: '考勤统计',
|
||||
index: 3
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user