From c14d41317b339a740c70f9af74f36efb88694601 Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Wed, 23 Apr 2025 18:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=B9=BF=E9=AA=91=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_shanghu/guanli/device_detail.vue | 107 ++++++++++++++++++-------- page_user/yongche/orderxq.vue | 2 +- 2 files changed, 75 insertions(+), 34 deletions(-) diff --git a/page_shanghu/guanli/device_detail.vue b/page_shanghu/guanli/device_detail.vue index bbc6628..4bbcbf8 100644 --- a/page_shanghu/guanli/device_detail.vue +++ b/page_shanghu/guanli/device_detail.vue @@ -17,18 +17,37 @@ - 车牌号:{{deviceInfos.vehicleNum == null ? '--' : deviceInfos.vehicleNum}} + 车牌:{{deviceInfos.vehicleNum == null ? '--' : deviceInfos.vehicleNum}} + + + + + + + + + + + + + + + + + + + + - - 仓库中 + 仓库 待租 预约中 骑行中 - 临时锁车中 + 临时锁车 调度中 - 下线 + 禁用 强制锁车 @@ -39,26 +58,7 @@ - - - - 已连接 - - - 未连接 - - - - 静音 - - - 语音 - - - 彩铃 - - - + SN:{{deviceInfos.sn == null ? '--' : deviceInfos.sn}} @@ -77,15 +77,15 @@ - 电量:{{deviceInfos.remainingPower == null ? '--' : deviceInfos.remainingPower.toFixed(2)}}% + 电量:{{deviceInfos.remainingPower == null ? '--' : deviceInfos.remainingPower.toFixed(1)}}% - 电压:{{deviceInfos.voltage == null ? '--' : deviceInfos.voltage.toFixed(2)}}V + 电压:{{deviceInfos.voltage == null ? '--' : deviceInfos.voltage.toFixed(1)}}V - 续航 {{deviceInfos.remainEndurance == null ? '--' : deviceInfos.remainEndurance}}km + 续航: {{deviceInfos.remainEndurance == null ? '--' : deviceInfos.remainEndurance}} km