diff --git a/plugin/admin/app/view/cron-job/index.html b/plugin/admin/app/view/cron-job/index.html index afbcf76..ead1ba3 100644 --- a/plugin/admin/app/view/cron-job/index.html +++ b/plugin/admin/app/view/cron-job/index.html @@ -120,6 +120,8 @@ 课程报告上传提醒学生 {{# }else if(d.msg_type == 'admin_notify_teacher_submit_free_time'){ }} 教师空闲时间上传提醒 + {{# }else if(d.msg_type == 'student_upload_homework_notify_teacher'){ }} + 学生上传作业通知教师 {{# }else{ }} 未知 {{# } }} @@ -185,6 +187,15 @@ 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}} 本地时间:{{d.msg_info.date}} {{d.msg_info.en_time}} + + {{# }else if(d.msg_type == 'student_upload_homework_notify_teacher'){ }} +
+ 学生:{{d.msg_info.student_name}} + 教师:{{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}} +
{{# }else if(d.msg_type == 'subject_version_upload_notify_student'){ }}