From 69819ad9d1f6a85d99d875b402a0c26f21918336 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 10 Oct 2024 18:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/view/subject-homework/index.html | 48 +------------------ 1 file changed, 2 insertions(+), 46 deletions(-) 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",