bugfix 修改2
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<div :class="{'title':true,'webTitle':!isMobile}">在线车辆</div>
|
<div :class="{'title':true,'webTitle':!isMobile}">在线车辆</div>
|
||||||
<div class="reciceOrderIWrap">
|
<div class="reciceOrderIWrap">
|
||||||
<div class="left common">
|
<div class="left common">
|
||||||
<div class="num">{{ formatCurrency(indexData?.vehicleCount) }}</div>
|
<div class="num">{{ formatCurrency(indexData?.onlineVehicleCount) }}</div>
|
||||||
<div class="itemTitle">日均在线车辆数</div>
|
<div class="itemTitle">日均在线车辆数</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center common">
|
<div class="center common">
|
||||||
@@ -301,7 +301,7 @@ export default {
|
|||||||
{label: '上游聚合量', prop: 'upWayOrderCount'},
|
{label: '上游聚合量', prop: 'upWayOrderCount'},
|
||||||
{label: '中道聚合量', prop: 'zdJuheOrderCount'},
|
{label: '中道聚合量', prop: 'zdJuheOrderCount'},
|
||||||
{label: '传统派工量', prop: 'traditionOrderCount'},
|
{label: '传统派工量', prop: 'traditionOrderCount'},
|
||||||
{label: '日均在线车辆数', prop: 'vehicleCount'},
|
{label: '日均在线车辆数', prop: 'onlineVehicleCount'},
|
||||||
{label: '日均在线时长(小时)', prop: 'averageOnlineDuration'},
|
{label: '日均在线时长(小时)', prop: 'averageOnlineDuration'},
|
||||||
{label: '拒单量', prop: 'refusalOrderCount'},
|
{label: '拒单量', prop: 'refusalOrderCount'},
|
||||||
{label: '拒单率', prop: 'refusalRate'},
|
{label: '拒单率', prop: 'refusalRate'},
|
||||||
@@ -575,9 +575,9 @@ export default {
|
|||||||
{
|
{
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: '在线率',
|
name: '在线率',
|
||||||
nameTextStyle: { color: '#e53e3e' },
|
nameTextStyle: { color: '#48bb78' },
|
||||||
axisLabel: { color: '#666', formatter: '{value}%' },
|
axisLabel: { color: '#666', formatter: '{value}%' },
|
||||||
axisLine: { lineStyle: { color: '#e53e3e' } },
|
axisLine: { lineStyle: { color: '#48bb78' } },
|
||||||
splitLine: { show: false } // 隐藏右轴网格线(避免重复)
|
splitLine: { show: false } // 隐藏右轴网格线(避免重复)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user