From 5f7e545d61d29eb61450483c354928c66b017a32 Mon Sep 17 00:00:00 2001 From: weidong Date: Wed, 26 Mar 2025 09:03:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E5=85=85=E7=94=B5?= =?UTF-8?q?=E5=8A=9F=E7=8E=87=202=E3=80=81=E5=8E=BB=E6=8E=89=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E5=A4=87=E6=B3=A8=203=E3=80=81=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2like=20deviceid=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/page/gnss_msg_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-beidou/src/main/resources/templates/page/gnss_msg_status.html b/sec-beidou/src/main/resources/templates/page/gnss_msg_status.html index 8e190aa3..df076dd8 100644 --- a/sec-beidou/src/main/resources/templates/page/gnss_msg_status.html +++ b/sec-beidou/src/main/resources/templates/page/gnss_msg_status.html @@ -64,7 +64,7 @@ {field: 'voltage', title: '电压(mV)'}, {field: 'solarvoltage', title: '光伏电压(mV)'}, {field: 'chargecurrency', title: '充电电流(mA)'}, - {field: 'chargewatt', title: '充电电量(Wh)', templet: "
{{d.chargewatt.toFixed(2)}}
"}, + {field: 'chargewatt', title: '充电电量(Wh)', templet: "
{{d.chargewatt==null?'':d.chargewatt.toFixed(2)}}
"}, {field: 'temperature', title: '温度(°C)'}, {field: 'humidity', title: '湿度(%)'} ];