修改业绩查询标题

This commit is contained in:
mengxiaolong
2020-08-04 15:24:19 +08:00
parent 21e1a8f44b
commit de930c3b08

View File

@@ -9,7 +9,7 @@ export default [
name: 'Performance', name: 'Performance',
component: performance, component: performance,
meta: { meta: {
title: '业绩查询', title: '个险业绩查询',
index: 1 index: 1
} }
}, },
@@ -18,7 +18,7 @@ export default [
name: 'AttendanceInfo', name: 'AttendanceInfo',
component: attendanceInfo, component: attendanceInfo,
meta: { meta: {
title: '业绩查询', title: '个险业绩查询',
index: 3 index: 3
} }
}, },
@@ -27,7 +27,7 @@ export default [
name: 'PerformanceList', name: 'PerformanceList',
component: PerformanceList, component: PerformanceList,
meta: { meta: {
title: '业绩查询', title: '个险业绩查询',
index: 3 index: 3
} }
}, },
@@ -36,8 +36,8 @@ export default [
name: 'PerformanceInfo', name: 'PerformanceInfo',
component: PerformanceInfo, component: PerformanceInfo,
meta: { meta: {
title: '业绩查询', title: '个险业绩查询',
index: 4 index: 4
} }
} }
] ]