diff --git a/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js b/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js index aac6e497..260bc3bc 100644 --- a/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js +++ b/web/src/main/resources/static/js/jlw/teacherOpenCourseScheduleSession/index.js @@ -64,16 +64,14 @@ layui.define([ 'form', 'laydate', 'table' ,'laytpl'], function(exports) { return "查看" } }, - { + /*{ field: 'teacherOpenCourseScheduleSessionWeekNum', title: '周次', align: "center", hideField: false, hide: $.isEmpty(sx_['teacherOpenCourseScheduleSessionWeekNum']) ? false : sx_['teacherOpenCourseScheduleSessionWeekNum'], - // templet:function (d) { - // return d.teacherOpenCourseScheduleSessionWeekNum + "周" - // } - }, + + },*/ { field: 'sessionClassListText', title: '上课教室', diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/add.html b/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/add.html index 1eabf4a9..46939831 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/add.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/add.html @@ -57,7 +57,7 @@
-
+
@@ -69,7 +69,7 @@
- +
@@ -79,12 +79,12 @@
-
+
- +
- +
@@ -172,12 +172,18 @@ - + diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/index.html b/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/index.html index d73344f9..cfad9ebf 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/index.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseScheduleSession/index.html @@ -50,26 +50,27 @@ 上课日期 - - 时长 - 上课星期 + 周次 + + 上课星期 课次 上课时间 上课教室 + + {{d.teacherOpenCourseScheduleSessionStartDate}}~{{d.teacherOpenCourseScheduleSessionEndDate}} + {{d.teacherOpenCourseScheduleSessionWeekNum}} + {{d.teacherOpenCourseScheduleSessionStatusWeekDetailText}} + {{# layui.each(d.sessionTagList, function(index, item){ }} - {{item.teacherOpenCourseScheduleSessionDayTime}} - {{item.teacherOpenCourseScheduleSessionTagDuration}} - {{item.teacherOpenCourseScheduleSessionTagWeek}} {{item.teacherOpenCourseScheduleSessionTagName}} {{item.teacherOpenCourseScheduleSessionTagStartTime}} {{item.teacherOpenCourseScheduleSessionClassName}} - {{# }); }} {{# if(d.sessionTagList.length === 0){ }} 无数据