From 3049bbb1999cdd0cf1403b7397397fe8b2b54678 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期一, 04 八月 2025 13:32:41 +0800 Subject: [PATCH] yys 修改bug --- src/views/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 163366a..402da7b 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' @@ -399,10 +399,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] } } ] }) } @@ -581,7 +581,7 @@ .data-card { background: #fff; border-radius: 12px; - padding: 14px; + padding: 14px 10px 10px 10px; min-width: 160px; box-shadow: 0 2px 8px #eee; display: flex; -- Gitblit v1.9.3