From ce06a88e892f798f493840887145d48ee7282f4f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 18 Jun 2024 14:30:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A1=B5=E9=A5=BC=E5=9B=BE?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 1f5c0dbe..47d015b1 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -197,7 +197,7 @@ function fnGetList(one: boolean) { orient: 'vertical', left: 'left', }, - color: indexColor.value.map(item => item.tagType), + color: indexColor.value.map(item => item.tagClass), series: [ { name: t('views.index.realNeStatus'),