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