From a47384189c4a35837cd6092e03bc97df6d37bded Mon Sep 17 00:00:00 2001 From: Dai Date: Mon, 7 Oct 2024 23:28:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=95=99=E5=B8=88=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=96=87=E4=BB=B6=E9=80=9A=E7=9F=A5=E5=AE=B6?= =?UTF-8?q?=E9=95=BF=E3=80=81=E5=AD=A6=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/admin/app/view/cron-job/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugin/admin/app/view/cron-job/index.html b/plugin/admin/app/view/cron-job/index.html index 7dd2546..157014b 100644 --- a/plugin/admin/app/view/cron-job/index.html +++ b/plugin/admin/app/view/cron-job/index.html @@ -123,8 +123,12 @@ {{# }else if(d.msg_type == 'subject_upload_notify_admin'){ }} 课程作业上传提醒管理员 {{# }else if(d.msg_type == 'subject_version_upload_notify_student'){ }} - 课程报告上传提醒学生 + 课程文件上传提醒学生 {{# }else if(d.msg_type == 'subject_version_upload_notify_parent'){ }} + 课程文件上传提醒家长 + {{# }else if(d.msg_type == 'subject_report_upload_notify_student'){ }} + 课程报告上传提醒学生 + {{# }else if(d.msg_type == 'subject_report_upload_notify_parent'){ }} 课程报告上传提醒家长 {{# }else if(d.msg_type == 'admin_notify_teacher_submit_free_time'){ }} 教师空闲时间上传提醒 @@ -249,7 +253,7 @@ 课程:{{d.msg_info.subject_homework.english_name}} 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}} 本地时间:{{d.msg_info.subject_homework.date}} {{d.msg_info.subject_homework.en_time}} - 学生:{{d.msg_info.student.student_name}} + 学生:{{d.msg_info.student_schedule.student_name}} {{# }else if(d.msg_type == 'subject_version_upload_notify_parent'){ }}