diff --git a/admin-core/src/main/resources/static/js/common.js b/admin-core/src/main/resources/static/js/common.js index f00e1437..30b83cee 100644 --- a/admin-core/src/main/resources/static/js/common.js +++ b/admin-core/src/main/resources/static/js/common.js @@ -357,7 +357,7 @@ var Common = { if(pastMonth<10) pastMonth="0"+pastMonth; if(pastDay<10) pastDay="0"+pastDay; - let time = pastYear + '-' + pastMonth + '-' + pastDay + " 00:00"; + let time = pastYear + '-' + pastMonth + '-' + pastDay; return time; /*var d = new Date(); diff --git a/web/src/main/resources/static/js/jlw/universitiesColleges/index.js b/web/src/main/resources/static/js/jlw/universitiesColleges/index.js index bf1ebf61..4dc46899 100644 --- a/web/src/main/resources/static/js/jlw/universitiesColleges/index.js +++ b/web/src/main/resources/static/js/jlw/universitiesColleges/index.js @@ -63,9 +63,9 @@ layui.define(['form', 'laydate', 'table'], function (exports) { { field: 'addTime', title: '创建日期', align: "center", - templet: function (d) { + /*templet: function (d) { return Common.getDate(d.addTime); - }, + },*/ }, { field: 'userId', title: '操作', align: "center", templet: function (d) { diff --git a/web/src/main/resources/templates/jlw/teacher/studentLogin.html b/web/src/main/resources/templates/jlw/teacher/studentLogin.html index e6ebdf01..ce614854 100644 --- a/web/src/main/resources/templates/jlw/teacher/studentLogin.html +++ b/web/src/main/resources/templates/jlw/teacher/studentLogin.html @@ -26,55 +26,56 @@ }