From 444e7eb23cdd6c580f07f3acbd7d10afcf817eba Mon Sep 17 00:00:00 2001 From: weidong Date: Sun, 4 Aug 2024 08:59:40 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=A1=B9=E7=9B=AE=E5=8F=B7=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sec-beidou/src/main/resources/templates/page/fwd_records.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-beidou/src/main/resources/templates/page/fwd_records.html b/sec-beidou/src/main/resources/templates/page/fwd_records.html index 2ea87007..5b58bddb 100644 --- a/sec-beidou/src/main/resources/templates/page/fwd_records.html +++ b/sec-beidou/src/main/resources/templates/page/fwd_records.html @@ -99,7 +99,7 @@ toolbar: '#toolbarTable', defaultToolbar: ['filter'], cols: [[ - {field: 'project_id', title: '项目号', sort: true}, + {field: 'projectid', title: '项目号', sort: true}, {field: 'devicenum', title: '推送设备数'}, {field: 'deviceid', title: '设备号'}, {field: 'createtime', title: '推送时间', templet: "
{{layui.util.toDateString(d.createtime, 'yyyy-MM-dd HH:mm:ss')}}
"},