mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
修改业绩查询标题
This commit is contained in:
@@ -4,40 +4,40 @@ const PerformanceList = () => import('@/views/ebiz/performance/PerformanceList')
|
|||||||
const PerformanceInfo = () => import('@/views/ebiz/performance/PerformanceInfo')
|
const PerformanceInfo = () => import('@/views/ebiz/performance/PerformanceInfo')
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
path: '/performance/Performance',
|
path: '/performance/Performance',
|
||||||
name: 'Performance',
|
name: 'Performance',
|
||||||
component: performance,
|
component: performance,
|
||||||
meta: {
|
meta: {
|
||||||
title: '业绩查询',
|
title: '个险业绩查询',
|
||||||
index: 1
|
index: 1
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/performance/AttendanceInfo',
|
|
||||||
name: 'AttendanceInfo',
|
|
||||||
component: attendanceInfo,
|
|
||||||
meta: {
|
|
||||||
title: '业绩查询',
|
|
||||||
index: 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/performance/PerformanceList',
|
|
||||||
name: 'PerformanceList',
|
|
||||||
component: PerformanceList,
|
|
||||||
meta: {
|
|
||||||
title: '业绩查询',
|
|
||||||
index: 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/performance/PerformanceInfo',
|
|
||||||
name: 'PerformanceInfo',
|
|
||||||
component: PerformanceInfo,
|
|
||||||
meta: {
|
|
||||||
title: '业绩查询',
|
|
||||||
index: 4
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
},
|
||||||
|
{
|
||||||
|
path: '/performance/AttendanceInfo',
|
||||||
|
name: 'AttendanceInfo',
|
||||||
|
component: attendanceInfo,
|
||||||
|
meta: {
|
||||||
|
title: '个险业绩查询',
|
||||||
|
index: 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/performance/PerformanceList',
|
||||||
|
name: 'PerformanceList',
|
||||||
|
component: PerformanceList,
|
||||||
|
meta: {
|
||||||
|
title: '个险业绩查询',
|
||||||
|
index: 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/performance/PerformanceInfo',
|
||||||
|
name: 'PerformanceInfo',
|
||||||
|
component: PerformanceInfo,
|
||||||
|
meta: {
|
||||||
|
title: '个险业绩查询',
|
||||||
|
index: 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user