From 72fe6cc266e3defa684788e37faa8228aa69ca5a Mon Sep 17 00:00:00 2001
From: zhoulinf <2507241354@qq.com>
Date: Mon, 1 Dec 2025 13:06:10 +0800
Subject: [PATCH] =?UTF-8?q?bugfix=20=E4=BF=AE=E6=94=B92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/kpi/kpiCaseNew.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/kpi/kpiCaseNew.vue b/src/views/kpi/kpiCaseNew.vue
index f716e556..084336ed 100644
--- a/src/views/kpi/kpiCaseNew.vue
+++ b/src/views/kpi/kpiCaseNew.vue
@@ -53,7 +53,7 @@
-
{{ formatCurrency(indexData?.vehicleCount) }}
+
{{ formatCurrency(indexData?.onlineVehicleCount) }}
日均在线车辆数
@@ -301,7 +301,7 @@ export default {
{label: '上游聚合量', prop: 'upWayOrderCount'},
{label: '中道聚合量', prop: 'zdJuheOrderCount'},
{label: '传统派工量', prop: 'traditionOrderCount'},
- {label: '日均在线车辆数', prop: 'vehicleCount'},
+ {label: '日均在线车辆数', prop: 'onlineVehicleCount'},
{label: '日均在线时长(小时)', prop: 'averageOnlineDuration'},
{label: '拒单量', prop: 'refusalOrderCount'},
{label: '拒单率', prop: 'refusalRate'},
@@ -575,9 +575,9 @@ export default {
{
type: 'value',
name: '在线率',
- nameTextStyle: { color: '#e53e3e' },
+ nameTextStyle: { color: '#48bb78' },
axisLabel: { color: '#666', formatter: '{value}%' },
- axisLine: { lineStyle: { color: '#e53e3e' } },
+ axisLine: { lineStyle: { color: '#48bb78' } },
splitLine: { show: false } // 隐藏右轴网格线(避免重复)
}
],