|
|
|
@ -4,16 +4,16 @@
|
|
|
|
|
<thead class="thead-light">
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="8%">头像</th>
|
|
|
|
|
<th width="14%">创建者</th>
|
|
|
|
|
<th width="8%">创建者</th>
|
|
|
|
|
<th width="28%" class="text-left">实训名称</th>
|
|
|
|
|
<th width="10">审核情况(内容/性能)</th>
|
|
|
|
|
<th width="8%">审核情况</th>
|
|
|
|
|
<th width="12%">任务数</th>
|
|
|
|
|
<th width="16%">时间</th>
|
|
|
|
|
<% if is_processed %>
|
|
|
|
|
<th width="14%">拒绝原因</th>
|
|
|
|
|
<th width="12%">拒绝原因</th>
|
|
|
|
|
<th width="8%">状态</th>
|
|
|
|
|
<% else %>
|
|
|
|
|
<th width="22%">操作</th>
|
|
|
|
|
<th width="20%">操作</th>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -37,8 +37,8 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<%= check_box_tag :content, content_review&.status, content_review&.status.to_i == 1, class:"shixun-setting-form" ,title:"内容审核"%>
|
|
|
|
|
<%= check_box_tag :perference, perference_review&.status, perference_review&.status.to_i == 1, class:"shixun-setting-form" ,title:"性能审核"%>
|
|
|
|
|
<%= check_box_tag :content, content_review&.status, content_review&.status.to_i == 1, class:"shixun-setting-form" ,title:"内容审核", disabled: "disabled"%>
|
|
|
|
|
<%= check_box_tag :perference, perference_review&.status, perference_review&.status.to_i == 1, class:"shixun-setting-form" ,title:"性能审核", disabled: "disabled"%>
|
|
|
|
|
</td>
|
|
|
|
|
<td><%= shixun.challenges_count %></td>
|
|
|
|
|
<td><%= apply.updated_at.strftime('%Y-%m-%d %H:%M') %></td>
|
|
|
|
|