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: {