3
0
Fork 0

feat(performanceEchart): 月度业绩改为业绩列表

This commit is contained in:
woody 2025-09-04 09:25:17 +08:00
parent d2c0b20771
commit bd55058227
1 changed files with 2 additions and 2 deletions

View File

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