fix: 主页饼图颜色显示问题
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user