From 6e9a85f8b9be0f06a148a36306e135785e227a6a Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期三, 13 八月 2025 16:28:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_huangjin' into dev_huangjin

---
 src/views/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 3854453..95fe72c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -277,7 +277,7 @@
 }])
 const yAxis = [{
 	type: 'category',
-	data: ['棰勪粯璐︽', '搴斾粯璐︽', '棰勬敹璐︽', '搴旀敹璐︽',]
+	data: [ '搴斾粯璐︽', '搴旀敹璐︽',]
 }]
 const yAxis1 = [{
 	type: 'value'
@@ -389,10 +389,10 @@
 	console.log(type)
 	statisticsReceivablePayable({type: radio1.value}).then((res) => {
 		barSeries.value[0].data = [
-			{ value: res.data.prepayMoney, itemStyle: { color: barColors2[0] } },
-			{ value: res.data.payableMoney, itemStyle: { color: barColors2[1] } },
-			{ value: res.data.advanceMoney, itemStyle: { color: barColors2[2] } },
-			{ value: res.data.receivableMoney, itemStyle: { color: barColors2[3] } }
+			// { value: res.data.prepayMoney, itemStyle: { color: barColors2[0] } },
+			{ value: res.data.payableMoney, itemStyle: { color: barColors2[0] } },
+			// { value: res.data.advanceMoney, itemStyle: { color: barColors2[2] } },
+			{ value: res.data.receivableMoney, itemStyle: { color: barColors2[1] } }
 		]
 	})
 }

--
Gitblit v1.9.3