From 3cc78ca56843b9a3bbf49d7a30cf30412827a250 Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Wed, 21 May 2025 16:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalView/components/ChartCard.vue | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/views/statisticalView/components/ChartCard.vue b/src/views/statisticalView/components/ChartCard.vue index 4ed8db69..5d660413 100644 --- a/src/views/statisticalView/components/ChartCard.vue +++ b/src/views/statisticalView/components/ChartCard.vue @@ -131,23 +131,7 @@ const getPieOption1 = (data) => { }, label: { normal: { - show: true, - position: 'center', - formatter: '{a|任务总数}:{c|23412}', - rich: { - c: { - align: 'center', - color: '#0D162A', - fontSize: 15, - fontWeight: 'bold', - height: 30 - }, - a: { - align: 'center', - color: '#0D162A', - fontSize: 14 - } - } + show: false } }, labelLine: {