|
|
|
@ -1,9 +1,10 @@
|
|
|
|
|
<table class="table table-hover text-center myshixun-list-table">
|
|
|
|
|
<thead class="thead-light">
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="4%">序号</th>
|
|
|
|
|
<th width="6%">ID</th>
|
|
|
|
|
<th width="10%">标识</th>
|
|
|
|
|
<th width="22%" class="text-left">实训名称</th>
|
|
|
|
|
<th width="18%" class="text-left">实训名称</th>
|
|
|
|
|
<th width="10%">实训老师</th>
|
|
|
|
|
<th width="6%">完成</th>
|
|
|
|
|
<th width="6%">经验值</th>
|
|
|
|
@ -14,8 +15,9 @@
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<% if myshixuns.present? %>
|
|
|
|
|
<% myshixuns.each do |myshixun| %>
|
|
|
|
|
<% myshixuns.each_with_index do |myshixun, index| %>
|
|
|
|
|
<tr class="myshixun-item-<%= myshixun.id %>">
|
|
|
|
|
<td><%= list_index_no(@params_page.to_i, index) %></td>
|
|
|
|
|
<td><%= myshixun.id %></td>
|
|
|
|
|
<td><%= myshixun.identifier %></td>
|
|
|
|
|
<td class="text-left">
|
|
|
|
|