作者 董瑞恩
1 个管道 的构建 通过 耗费 3 秒

order

@@ -34,11 +34,6 @@ @@ -34,11 +34,6 @@
34 <table class="table table-hover table-bordered table-list"> 34 <table class="table table-hover table-bordered table-list">
35 <thead> 35 <thead>
36 <tr> 36 <tr>
37 - <th width="15">  
38 - <label>  
39 - <input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">  
40 - </label>  
41 - </th>  
42 <th width="50">ID</th> 37 <th width="50">ID</th>
43 <th>设备MAC地址</th> 38 <th>设备MAC地址</th>
44 <th>设备锁编号</th> 39 <th>设备锁编号</th>
@@ -51,13 +46,14 @@ @@ -51,13 +46,14 @@
51 </thead> 46 </thead>
52 <foreach name="data" item="vo"> 47 <foreach name="data" item="vo">
53 <tr> 48 <tr>
54 - <td>  
55 - <input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]"  
56 - value="{$vo.id}" title="ID:{$vo.id}">  
57 - </td>  
58 <td><b>{$vo.id}</b></td> 49 <td><b>{$vo.id}</b></td>
59 -  
60 - 50 + <td>{$vo.mac_address}</td>
  51 + <td>{$vo.mac_address}</td>
  52 + <td>{$vo.mac_address}</td>
  53 + <td>{$vo.mac_address}</td>
  54 + <td>{$vo.mac_address}</td>
  55 + <td>{$vo.mac_address}</td>
  56 + <td>{$vo.mac_address}</td>
61 </tr> 57 </tr>
62 </foreach> 58 </foreach>
63 </table> 59 </table>