|
@@ -8,12 +8,12 @@
|
|
<view class="u-progress-content">
|
|
<view class="u-progress-content">
|
|
|
|
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==1">
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==1">
|
|
- {{chargingRecord.endSoc}}%
|
|
|
|
|
|
+ <p style="text-align: center;">{{chargingRecord.endSoc}}%</p>
|
|
<p class="progress-text">当前电量</p>
|
|
<p class="progress-text">当前电量</p>
|
|
</text>
|
|
</text>
|
|
|
|
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==2">
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==2">
|
|
- {{chargingRecord.electricQuantity/10000}}
|
|
|
|
|
|
+ <p style="text-align: center;">{{chargingRecord.electricQuantity/10000}}</p>
|
|
<p class="progress-text">已充电量(度)</p>
|
|
<p class="progress-text">已充电量(度)</p>
|
|
</text>
|
|
</text>
|
|
|
|
|