From 26f5095a19ef711e0533ec7dfc147174b5a1ceb7 Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Thu, 18 Jan 2024 16:47:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=20-=20c1=E5=90=8E=E5=8F=B0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=8A=9F=E8=80=97=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20=20=20=20=20-=20=E4=BF=AE=E5=A4=8D=20=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=97=B6=E9=97=B4=E6=88=B3=E8=BD=AC=E6=8D=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +- src/config/models.js | 2 +- .../gps-card-frontend/device-power/index.vue | 711 ++++++++++-------- 3 files changed, 402 insertions(+), 320 deletions(-) diff --git a/README.md b/README.md index ff1a7a3..c9098d1 100644 --- a/README.md +++ b/README.md @@ -896,4 +896,11 @@ update `2024.1.3` fix - 心理监测详情 - - 修复 心理切换按钮导致 ”今天“ 日期参数异常的问题 \ No newline at end of file + - 修复 心理切换按钮导致 ”今天“ 日期参数异常的问题 + + +## v1.0.115 +`2024.1.4` +fix +- c1后台设备功耗查看页面 + - 修复 设备状态时间戳转换错误的问题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index b71455e..a46e2a4 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.115F'; //版本号 +export const VERSION_MODEL = '1.0.116F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/gps-card-frontend/device-power/index.vue b/src/views/gps-card-frontend/device-power/index.vue index 268ee75..174a3ca 100644 --- a/src/views/gps-card-frontend/device-power/index.vue +++ b/src/views/gps-card-frontend/device-power/index.vue @@ -6,362 +6,437 @@ * @description: -->