From 2c83e0003519ff13a460bdf5c3802e04f6e0608f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Thu, 10 Aug 2023 23:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E9=97=B4=E7=B2=BE=E7=A1=AE=E5=88=B0=E6=97=B6?= =?UTF-8?q?=E5=88=86=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/js/common.js | 2 +- .../js/jlw/universitiesColleges/index.js | 4 +- .../templates/jlw/teacher/studentLogin.html | 93 ++++++++++--------- .../add.html | 6 +- 4 files changed, 56 insertions(+), 49 deletions(-) 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");//当前编辑行号