代码提交
This commit is contained in:
parent
783a467b26
commit
5f3ef5084b
|
@ -26,8 +26,10 @@
|
|||
<p v-show="batteryShow">{{ batteryInfo.BatteryType }}</p>
|
||||
</div>
|
||||
<div class="box1 box">
|
||||
<p>判别位</p>
|
||||
<p v-show="batteryShow">{{ batteryInfo.DiscriminantPosition }}</p>
|
||||
<!-- <p>判别位</p>
|
||||
<p v-show="batteryShow">{{ batteryInfo.DiscriminantPosition }}</p> -->
|
||||
<p>品牌</p>
|
||||
<p v-show="batteryShow">{{ carInfo.VehicleBrand }}</p>
|
||||
</div>
|
||||
<div class="box3 box">
|
||||
<p>车牌号</p>
|
||||
|
@ -35,16 +37,16 @@
|
|||
</div>
|
||||
<div class="box4 box">
|
||||
<p>电池额定容量</p>
|
||||
<p v-show="batteryShow">{{ batteryInfo.RatedCapacityBattery }}</p>
|
||||
<p v-show="batteryShow">{{ batteryInfo.RatedCapacityBattery }}kWh</p>
|
||||
</div>
|
||||
<div class="box5 box">
|
||||
<p>VIN</p>
|
||||
<p style="font-size: 12px" v-show="carNumShow">{{ frameInfo.VIN }}</p>
|
||||
</div>
|
||||
<div class="box6 box">
|
||||
<!-- <div class="box6 box">
|
||||
<p>电池标称能量</p>
|
||||
<p v-show="batteryShow">{{ batteryInfo.BatteryNominalEnergy }}</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<p class="title title2"><span>电池健康度检测</span></p>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -86,12 +88,12 @@
|
|||
<li>
|
||||
<span>开始SOC</span>
|
||||
<span v-show="batteryShow">{{ batteryInfo.StartSoc }}</span
|
||||
>V
|
||||
>%
|
||||
</li>
|
||||
<li>
|
||||
<span>结束SOC</span>
|
||||
<span v-show="batteryShow">{{ batteryInfo.EndSoc }}</span
|
||||
>V
|
||||
>%
|
||||
</li>
|
||||
</ul>
|
||||
<p class="chargeBegin">
|
||||
|
@ -237,7 +239,7 @@ export default {
|
|||
this.cancelLoading();
|
||||
this.$nextTick(() => {
|
||||
// this.initChart();
|
||||
this.initChart2();
|
||||
// this.initChart2();
|
||||
});
|
||||
//mqtt订阅
|
||||
this.createMqtt();
|
||||
|
|
Loading…
Reference in New Issue