From 588286512ed486249cf6085a8f1c419afef11734 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Nov 2025 15:33:06 +0800
Subject: [PATCH] feat:去除打印

---
 src/views/wel/components/proportionStatic.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/wel/components/proportionStatic.vue b/src/views/wel/components/proportionStatic.vue
index da068cd..81f6a4c 100644
--- a/src/views/wel/components/proportionStatic.vue
+++ b/src/views/wel/components/proportionStatic.vue
@@ -144,7 +144,6 @@
       rate: _.round((item.num/totalNum)*100, 1),
     })),
   };
-  console.log(data, '898')
   const containerWidth = chart.value.clientWidth;
   const isSmallScreen = containerWidth < 768; // 移动端判断
   const echartsOption = {

--
Gitblit v1.9.3