修复饼图样式,不需要显示name

This commit is contained in:
q4speed 2020-05-21 18:09:23 +08:00
parent 7f8707391b
commit 2eee9e2617
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@
show: false show: false
}, },
data: [ data: [
{value: this.content.success, name: this.$t('api_report.success')}, {value: this.content.success},
{value: this.content.error, name: this.$t('api_report.fail')}, {value: this.content.error},
] ]
} }
] ]