From e4e26deba8b716bcde1454c794d529d26b314a20 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期五, 21 三月 2025 17:14:10 +0800 Subject: [PATCH] 地图 --- src/components/datascreen/CenterPanel.vue | 25 ++----------------------- 1 files changed, 2 insertions(+), 23 deletions(-) diff --git a/src/components/datascreen/CenterPanel.vue b/src/components/datascreen/CenterPanel.vue index 9865b5a..261dc02 100644 --- a/src/components/datascreen/CenterPanel.vue +++ b/src/components/datascreen/CenterPanel.vue @@ -59,29 +59,7 @@ name: 'CenterPanel', data() { return { - mapOption: { - tooltip: { - trigger: 'item' - }, - series: [{ - type: 'pie', - radius: ['65%', '80%'], - center: ['50%', '50%'], - label: { - show: false - }, - data: [ - { value: 8888, name: '已完成' }, - { value: 1112, name: '未完成' } - ], - itemStyle: { - color: function (params) { - const colorList = ['#00ffff', 'rgba(0,255,255,0.2)']; - return colorList[params.dataIndex]; - } - } - }] - }, + mapOption: {}, progressList: [ { label: '已受理', value: '2021103000001', percentage: 90 }, { label: '已审核', value: '2021103000002', percentage: 70 }, @@ -195,6 +173,7 @@ -webkit-background-clip: text; background-clip: text; margin-left: 5px; + span { font-size: 12px; } -- Gitblit v1.7.1