修改业绩查询标题

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