From bb528198b07514669f4840a9cf82060be83e0bc4 Mon Sep 17 00:00:00 2001 From: Dai Date: Mon, 7 Oct 2024 21:36:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=90=8E=E6=8F=90=E9=86=92=E5=AE=B6=E9=95=BF?= =?UTF-8?q?=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 | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/plugin/admin/app/view/cron-job/index.html b/plugin/admin/app/view/cron-job/index.html index de20654..ebc6a1e 100644 --- a/plugin/admin/app/view/cron-job/index.html +++ b/plugin/admin/app/view/cron-job/index.html @@ -125,7 +125,7 @@ {{# }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 == 'admin_notify_teacher_submit_free_time'){ }} 教师空闲时间上传提醒 {{# }else if(d.msg_type == 'student_upload_homework_notify_teacher'){ }} @@ -229,10 +229,19 @@ {{# }else if(d.msg_type == 'subject_version_upload_notify_student'){ }}
- 教师:{{d.msg_info.teacher_name}} - 课程:{{d.msg_info.english_name}} - 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}} - 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}} + 教师:{{d.msg_info.subject_homework.teacher_name}} + 课程:{{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}} +
+ {{# }else if(d.msg_type == 'subject_version_upload_notify_parent'){ }} +
+ 教师:{{d.msg_info.subject_homework.teacher_name}} + 课程:{{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.parent.account}}
{{# }else if(d.msg_type == 'admin_notify_teacher_submit_free_time'){ }} 教师姓名 {{d.msg_info.teacher_name}}