fix: 主页饼图颜色显示问题

This commit is contained in:
TsMask
2024-06-18 14:30:53 +08:00
parent 749a04972d
commit ce06a88e89

View File

@@ -197,7 +197,7 @@ function fnGetList(one: boolean) {
orient: 'vertical', orient: 'vertical',
left: 'left', left: 'left',
}, },
color: indexColor.value.map(item => item.tagType), color: indexColor.value.map(item => item.tagClass),
series: [ series: [
{ {
name: t('views.index.realNeStatus'), name: t('views.index.realNeStatus'),