From 8199e16a17fbe7497e167638bc9a588f202f222f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 11 Dec 2023 20:15:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A1=B5=E7=9A=84=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=9B=BE=E8=A1=A8=E9=A2=9C=E8=89=B2=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 9ae309e1..698bae0a 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -33,8 +33,8 @@ echarts.use([ /**字典数据 */ /**用户性别字典 */ let indexColor = ref([ - { label: 'normal', value: 'normal', elTagType: '', elTagClass: '' }, - { label: 'abnormal', value: 'abnormal', elTagType: '', elTagClass: '' }, + { label: 'normal', value: 'normal', elTagType: '', elTagClass: '#91cc75' }, + { label: 'abnormal', value: 'abnormal', elTagType: '', elTagClass: '#ee6666' }, ]); /**表格字段列 */