diff --git a/app/views/managements/evaluate_simple.html.erb b/app/views/managements/evaluate_simple.html.erb index a278395c..c01b58bc 100644 --- a/app/views/managements/evaluate_simple.html.erb +++ b/app/views/managements/evaluate_simple.html.erb @@ -14,8 +14,9 @@ 回传时间 前端轮询 结果存储 - 创建时间 - 唯一表示 + 创建时间 + 最大执行时间 + 唯一标识 实训名称 @@ -35,7 +36,8 @@ <%= record.front_js %> <%= record.test_cases %> <%= format_time record.created_at %> - <%= record.identifier %> + <%= record.shixun.exec_time %> + <%= record.shixun.identifier %> <%= link_to record.shixun.try(:name), task_path(record.game), :target => "_blank", :title => "#{record.shixun.try(:name)}" %> <% end %>