From 6c55f8cbb2056b41e7d2534bb6657d725fd846d1 Mon Sep 17 00:00:00 2001 From: weidong Date: Wed, 3 Jul 2024 20:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3excel=E5=AF=BC=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/page/gnss_status.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sec-beidou/src/main/resources/templates/page/gnss_status.html b/sec-beidou/src/main/resources/templates/page/gnss_status.html index 5627332f..27156463 100644 --- a/sec-beidou/src/main/resources/templates/page/gnss_status.html +++ b/sec-beidou/src/main/resources/templates/page/gnss_status.html @@ -96,18 +96,17 @@ {field: 'updatetime', title: '更新时间', templet: "
{{layui.util.toDateString(d.updatetime, 'yyyy-MM-dd HH:mm:ss')}}
"}, {field: 'state', title: '状态',templet: '#stateTrans'}, {field: 'warning', title: '告警',templet: '#warningTrans'}, - {field: 'longitude', title: '经度'}, - {field: 'latitude', title: '纬度'}, {field: 'voltage', title: '电压(mV)'}, {field: 'temperature', title: '温度(°C)'}, {field: 'humidity', title: '湿度(%)'}, {field: 'rssi', title: '信号'}, + {field: 'pitch', title: 'x倾角'}, + {field: 'roll', title: 'y倾角'}, {field: 'satelliteinuse', title: '使用卫星数'}, + {field: 'longitude', title: '经度'}, + {field: 'latitude', title: '纬度'}, {title: '操作', toolbar: '#currentTableBar', align: "center"} ]; - if([[${role}]] != "SUPER_ADMIN") { - cfg_cols[11].hide = true; - } /** * 初始化表单,要加上,不然刷新部分组件可能会不加载 */