...
|
...
|
@@ -33,7 +33,7 @@ |
|
|
onclick="batch_add()">批量新增
|
|
|
</button>
|
|
|
<!--js-ajax-submit-->
|
|
|
<button class="btn btn-primary btn-sm" type="submit"
|
|
|
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
|
|
|
data-action="{:url('AdminEquipment/batch_export')}" data-subcheck="true">批量导出
|
|
|
</button>
|
|
|
</div>
|
...
|
...
|
@@ -55,7 +55,6 @@ |
|
|
<th>二维码</th>
|
|
|
<th>备注</th>
|
|
|
<th>设备状态</th>
|
|
|
<!--<th>查看秘钥</th>-->
|
|
|
<th width="90">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
...
|
...
|
|