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 @@ }
-
-
-
- -
- + +
+
+ +
+ +
-
- - -
- -
- + + +
+ +
+ +
-
- -
- -
- + +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
- + -
- -
- +
+ +
+ +
+
-
- +
-1){ - timeValue = Common.getNowDate(1095); + timeValue = Common.getNowDate(1095) + ' 00:00:00';; } }else { if(id.indexOf("useEndTime") > -1){ @@ -442,7 +442,7 @@ laydate.render({ elem: '#' + id , type: 'datetime' - , format: 'yyyy-MM-dd HH:mm' + , format: 'yyyy-MM-dd HH:mm:ss' , value: [timeValue] , done: function (value, date, endDate) { var i = $("#" + id).parents("tr").attr("index");//当前编辑行号