...
|
...
|
@@ -34,11 +34,6 @@ |
|
|
<table class="table table-hover table-bordered table-list">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="15">
|
|
|
<label>
|
|
|
<input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">
|
|
|
</label>
|
|
|
</th>
|
|
|
<th width="50">ID</th>
|
|
|
<th>设备MAC地址</th>
|
|
|
<th>设备锁编号</th>
|
...
|
...
|
@@ -51,13 +46,14 @@ |
|
|
</thead>
|
|
|
<foreach name="data" item="vo">
|
|
|
<tr>
|
|
|
<td>
|
|
|
<input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]"
|
|
|
value="{$vo.id}" title="ID:{$vo.id}">
|
|
|
</td>
|
|
|
<td><b>{$vo.id}</b></td>
|
|
|
|
|
|
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
<td>{$vo.mac_address}</td>
|
|
|
</tr>
|
|
|
</foreach>
|
|
|
</table>
|
...
|
...
|
|