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 } // 隐藏右轴网格线(避免重复)
}
],