diff --git a/pages/performanceEchart/index.vue b/pages/performanceEchart/index.vue index e42aac6..e8d0f7e 100644 --- a/pages/performanceEchart/index.vue +++ b/pages/performanceEchart/index.vue @@ -83,7 +83,7 @@ export default { ], navList: [ // { - // name: '月度业绩', + // name: '业绩列表', // menuKey: '', // value: 'ConsanguinityCheck', // index: 0 @@ -194,7 +194,7 @@ export default { this.userInfo = user || null if (user.memberSign === MEMBER_SIGN.V5_LEVEL) { this.navList.unshift({ - name: '月度业绩', + name: '业绩列表', menuKey: '', value: 'ConsanguinityCheck', index: 0,