diff --git a/plugin/admin/app/view/subject-homework/index.html b/plugin/admin/app/view/subject-homework/index.html index 47e0d1a..3712635 100644 --- a/plugin/admin/app/view/subject-homework/index.html +++ b/plugin/admin/app/view/subject-homework/index.html @@ -219,11 +219,7 @@ }, { title: "课程【英文】", align: "center", field: "english_name", - }, { - title: "教师排课id", align: "center", - field: "teacher_schedule_time_id", - hide: true - }, { + },{ title: "日期", align: "center", field: "date", }, { @@ -235,52 +231,12 @@ },, { title: "课时/h", align: "center", field: "hour", - }, { - title: "开始时间", align: "center", - field: "start_time", - hide: true, - }, { - title: "结束时间", align: "center", - field: "end_time", - hide: true, - }, { + }, { title: "月份", align: "center", field: "month", }, { title: "学生", align: "center", field: "student_name", - }, { - title: "课程id", align: "center", - field: "subject_id", - hide: true - }, { - title: "家庭作业地址", align: "center", - field: "homework_file_url", - hide: true, - templet: function (d) { - return '' + util.escape(d['homework_file_url']) + ''; - } - }, { - title: "课程作业", align: "center", - field: "homework_file_name", - hide: true, - templet: function (d) { - return '' + util.escape(d['homework_file_name']) + ''; - } - }, { - title: "新版本课程作业", align: "center", - field: "homework_version_file_url", - hide: true, - templet: function (d) { - return '' + util.escape(d['homework_version_file_url']) + ''; - } - }, { - title: "新版本家庭作业文件名称", align: "center", - field: "homework_version_file_name", - hide: true, - templet: function (d) { - return '' + util.escape(d['homework_version_file_name']) + ''; - } }, { title: "是否发布", align: "center", field: "is_publish",