|
|
|
|
|
|
|
|
<text>总消费</text> |
|
|
<text>总消费</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="amount m-top"> |
|
|
<view class="amount m-top"> |
|
|
|
|
|
<text>¥ {{state.monthFlowingVo.flowingNum/100}}</text> |
|
|
<text>¥ {{state.monthFlowingVo.money/100}}</text> |
|
|
<text>¥ {{state.monthFlowingVo.money/100}}</text> |
|
|
<text>¥ {{state.monthFlowingVo.totalAmount/100}}</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="line m-top"> |
|
|
<view class="line m-top"> |
|
|
<view class="line1" :style="{width: state.monthFlowingVo.money*100/state.monthFlowingVo.totalAmount+'%'}"></view> |
|
|
|
|
|
|
|
|
<view class="line1" :style="{width: state.monthFlowingVo.flowingNum*100/state.monthFlowingVo.money+'%'}"></view> |
|
|
<view class="line2"></view> |
|
|
<view class="line2"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="mileage"> |
|
|
<view class="mileage"> |
|
|
|
|
|
|
|
|
monthFlowingVo: { |
|
|
monthFlowingVo: { |
|
|
duration: "", |
|
|
duration: "", |
|
|
mileage: 0, |
|
|
mileage: 0, |
|
|
money: 0, |
|
|
|
|
|
|
|
|
flowingNum: 0, |
|
|
num: 0, |
|
|
num: 0, |
|
|
parkingLotMoney: 0, |
|
|
parkingLotMoney: 0, |
|
|
parkingLotNum: 0, |
|
|
parkingLotNum: 0, |
|
|
totalAmount: 0, |
|
|
|
|
|
|
|
|
money: 0, |
|
|
}, |
|
|
}, |
|
|
vehicleManageList: [], |
|
|
vehicleManageList: [], |
|
|
list:'', //车辆信息 |
|
|
list:'', //车辆信息 |