审核情况

problem_set
daiao 5 years ago
parent a08bbe2784
commit ddd3e30603

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

Loading…
Cancel
Save