From 7c9a7e091ea4f96822d13e8a68a5e52909c4bdb2 Mon Sep 17 00:00:00 2001 From: weidong Date: Tue, 18 Feb 2025 16:39:14 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9F=BA=E7=AB=99/=E6=B5=8B=E7=AB=99/?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=9E=8B=E5=8F=B7=202=E3=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=BB=A4=E6=B3=A2=E7=BB=93=E6=9E=9C=E8=B7=B3=E5=8F=98?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec-beidou/src/main/resources/templates/page/gnss_dev_cfg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-beidou/src/main/resources/templates/page/gnss_dev_cfg.html b/sec-beidou/src/main/resources/templates/page/gnss_dev_cfg.html index fa00929c..4998102a 100644 --- a/sec-beidou/src/main/resources/templates/page/gnss_dev_cfg.html +++ b/sec-beidou/src/main/resources/templates/page/gnss_dev_cfg.html @@ -123,7 +123,7 @@ {field: 'project_id', title: '项目号', width: 120, sort: true}, {field: 'sector', title: '桩号', width: 120, sort: true}, {field: 'name', title: '监测点号', width: 80}, - {field: 'devicetype', title: '类型', width: 80,templet: "
{{d.model==0?'监测站':'基准站'}}
"}, + {field: 'devicetype', title: '类型', width: 80,templet: "
{{d.devicetype==0?'监测站':'基准站'}}
"}, {field: 'group_id', title: '基本参数组', width: 60, sort: true}, {field: 'calc_group_id', title: '解算参数组', width: 60, sort: true}, {field: 'parentid', title: '基站编号', width: 80, sort: true},