|
|
|
@ -257,7 +257,7 @@ module ExportHelper
|
|
|
|
|
w_13 = work.work_score.nil? ? "未评分" : work.work_score.round(1)
|
|
|
|
|
w_14 = work.commit_time.present? ? format_time(work.commit_time) : "--"
|
|
|
|
|
w_15 = work.update_time.present? ? format_time(work.update_time) : "--"
|
|
|
|
|
teacher_comments = work.student_works_scores
|
|
|
|
|
teacher_comments = work.graduation_work_scores
|
|
|
|
|
if teacher_comments.present?
|
|
|
|
|
w_16 = ""
|
|
|
|
|
teacher_comments.each do |t|
|
|
|
|
|