实训作业列表调整

chromesetting
cxt 5 years ago
parent 4063613709
commit 9fc80a096c

@ -133,13 +133,14 @@ module HomeworkCommonsHelper
end
end
end
status << "未开启补交" if !homework_common.allow_late && time_status != 0
# status << "未开启补交" if !homework_common.allow_late && time_status != 0
end
end
end
# 如果作业状态都没有的话,在课堂结束前,都显示已截止
if status.blank?
status << "已截止"
time_status = 5
end
result[:status] = status
result[:time] = time

Loading…
Cancel
Save