From c487c9b1d13fda972b3c72bd57fcdb07f35a8f4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com>
Date: Thu, 13 Apr 2023 14:01:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/resources/static/js/jlw/resourcesApplication/index.js | 2 +-
.../main/resources/templates/jlw/teacher/statisticalReport.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/main/resources/static/js/jlw/resourcesApplication/index.js b/web/src/main/resources/static/js/jlw/resourcesApplication/index.js
index daa8d7b8..f378f783 100644
--- a/web/src/main/resources/static/js/jlw/resourcesApplication/index.js
+++ b/web/src/main/resources/static/js/jlw/resourcesApplication/index.js
@@ -56,7 +56,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
field : 'linkSecretKey',
title : '应用秘钥',align:"center",width:150
},{
- field : 'userId',title : '操作',align:"center", width:150,templet: function (d) {
+ field : 'userId',title : '操作',align:"center", width:150,fixed:"right",templet: function (d) {
var htm = '编辑';
htm += '删除';
return htm;
diff --git a/web/src/main/resources/templates/jlw/teacher/statisticalReport.html b/web/src/main/resources/templates/jlw/teacher/statisticalReport.html
index 8cd4a6a4..5e46376e 100644
--- a/web/src/main/resources/templates/jlw/teacher/statisticalReport.html
+++ b/web/src/main/resources/templates/jlw/teacher/statisticalReport.html
@@ -214,7 +214,7 @@
field: 'sumUseDuration', title: '使用时长(分钟)', align: "center",
},
{
- field: 'dayTime课程分类管理', title: '使用日期', align: "center",
+ field: 'dayTime', title: '使用日期', align: "center",
}
]]
});