From 794910771156081a8db9117d438399a3337eeafa Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Dec 2025 15:02:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/feature/v8.0/8.0.4' into feature/v8.0/8.0.4

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

diff --git a/src/views/wel/components/proportionStatic.vue b/src/views/wel/components/proportionStatic.vue
index 81f6a4c..4a063df 100644
--- a/src/views/wel/components/proportionStatic.vue
+++ b/src/views/wel/components/proportionStatic.vue
@@ -132,7 +132,7 @@
 const echartsRef = ref(null);
 let { chart } = useEchartsResize(echartsRef);
 const initChart = val => {
-  let totalNum = val.reduce((sum, item) => sum + item.num, 0);
+  let totalNum = val[0].num //val.reduce((sum, item) => sum + item.num, 0);
   const data = {
     total: {
       title: '总计',

--
Gitblit v1.9.3