From 5f3ef5084b20b00a833984789613dd6077221f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Tue, 25 Mar 2025 09:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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();