diff --git a/src/views/index.vue b/src/views/index.vue index 7a030dc..f0d022b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -26,8 +26,10 @@

{{ batteryInfo.BatteryType }}

-

判别位

-

{{ batteryInfo.DiscriminantPosition }}

+ +

品牌

+

{{ carInfo.VehicleBrand }}

车牌号

@@ -35,16 +37,16 @@

电池额定容量

-

{{ batteryInfo.RatedCapacityBattery }}

+

{{ batteryInfo.RatedCapacityBattery }}kWh

VIN

{{ frameInfo.VIN }}

-
+

电池健康度检测

@@ -237,7 +239,7 @@ export default { this.cancelLoading(); this.$nextTick(() => { // this.initChart(); - this.initChart2(); + // this.initChart2(); }); //mqtt订阅 this.createMqtt();