修复饼图样式,不需要显示name
This commit is contained in:
parent
7f8707391b
commit
2eee9e2617
|
@ -96,8 +96,8 @@
|
|||
show: false
|
||||
},
|
||||
data: [
|
||||
{value: this.content.success, name: this.$t('api_report.success')},
|
||||
{value: this.content.error, name: this.$t('api_report.fail')},
|
||||
{value: this.content.success},
|
||||
{value: this.content.error},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue