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",
}
]]
});