取消最后一列得分显示

tmp
sw 10 years ago
parent 742cdb2448
commit b13e9f918c

@ -48,7 +48,6 @@
<%= test.output%> <%= test.output%>
</td> </td>
<td class="td_50 c_red"><%= test.student_work_test.nil? ? "正在编译" : test.student_work_test.status_to_s%></td> <td class="td_50 c_red"><%= test.student_work_test.nil? ? "正在编译" : test.student_work_test.status_to_s%></td>
<td class="td_50 "><%= test.student_work_test.nil? ? "0" : test.student_work_test.test_score%></td>
<input type="hidden" value="<%= test.student_work_test.result if test.student_work_test%>"> <input type="hidden" value="<%= test.student_work_test.result if test.student_work_test%>">
</tr> </tr>
<% end%> <% end%>

Loading…
Cancel
Save