From 6bc0b77197e18db7cb37bc589bc2b2bb96e10d4f Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 18 Jul 2024 10:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 7ee3fca6..9ad81b43 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 @@ -88,7 +88,7 @@ {field: 'deviceid', title: '设备号', width: 100, sort: true}, {field: 'project_id', title: '项目号', width: 120, sort: true}, {field: 'sector', title: '桩号', width: 120, sort: true}, - {field: 'name', title: '设备名称', width: 80}, + {field: 'name', title: '监测点号', width: 80}, {field: 'devicetype', title: '类型', width: 80,templet: '#typeTrans'}, {field: 'group_id', title: '基本参数组', width: 60, sort: true}, {field: 'calc_group_id', title: '解算参数组', width: 60, sort: true},