From 15b4cbbe3e81f3427ff0c9ffdf454eef4462cba1 Mon Sep 17 00:00:00 2001 From: weidong Date: Fri, 25 Jul 2025 11:14:29 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81xyz=E6=98=BE=E7=A4=BA=E5=88=B0?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E7=82=B9=E5=90=8E3=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/page/gnss_msg_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 204cf32e..25b5fefe 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 @@ -67,9 +67,9 @@ var cfg_cols = [ {field: 'deviceid', title: '设备号', width: 100}, {field: 'createtime', title: '上报时间', templet: "
{{layui.util.toDateString(d.createtime, 'yyyy-MM-dd HH:mm:ss')}}
"}, - {field: 'roll', title: 'roll', templet: "
{{d.roll.toFixed(2)}}
"}, - {field: 'pitch', title: 'pitch', templet: "
{{d.pitch.toFixed(2)}}
"}, - {field: 'yaw', title: 'yaw', templet: "
{{d.yaw.toFixed(2)}}
"}, + {field: 'roll', title: 'roll', templet: "
{{d.roll.toFixed(3)}}
"}, + {field: 'pitch', title: 'pitch', templet: "
{{d.pitch.toFixed(3)}}
"}, + {field: 'yaw', title: 'yaw', templet: "
{{d.yaw.toFixed(3)}}
"}, {field: 'rssi', title: '信号强度'}, {field: 'voltage', title: '电压(mV)'}, {field: 'solarvoltage', title: '光伏电压(mV)'},