From ccdb36b4b00c9697270c05ef1bc374f3a233d9fa Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Mon, 19 Dec 2022 09:15:49 +0800 Subject: [PATCH] 11 --- .../templates/jlw/teacher/statisticalReport.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/main/resources/templates/jlw/teacher/statisticalReport.html b/web/src/main/resources/templates/jlw/teacher/statisticalReport.html index ede4ddec..5c3c8215 100644 --- a/web/src/main/resources/templates/jlw/teacher/statisticalReport.html +++ b/web/src/main/resources/templates/jlw/teacher/statisticalReport.html @@ -105,14 +105,14 @@ cellMinWidth: 100, even:true, // skin:'nob', - method : 'get', + method : 'post', size:"lg", url : Common.ctxPath + '/jlw/student/studentLogAnalysisList.json' // 数据接口 ,page : Lib.tablePage // 开启分页 ,limit : 10, cols : [ [ // 表头 { - field : 'xx', title : '日期',align: "center" + field : 'time', title : '日期',align: "center" }, { field: 'universitiesCollegesName', title: '登录院校', align: "center", @@ -123,10 +123,10 @@ hide: "${isSignRole.get()!''}" != 2 ? false : true, }, { - field : 'teacherCount', title : '登录人数',align: "center" + field : 'loginCount', title : '登录人数',align: "center" }, { - field : 'teacherOnlineCount', title : '实时在线人数',align: "center" + field : 'onLineCount', title : '实时在线人数',align: "center" } ] ] });