|
|
@ -93,12 +93,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-tab-item">
|
|
|
|
<div class="layui-tab-item">
|
|
|
|
<table id="group-table"></table>
|
|
|
|
<div id="tableDiv" style="width: 650px;">
|
|
|
|
<script type="text/html" id="group-bar">
|
|
|
|
<table id="group-table"></table>
|
|
|
|
|
|
|
|
<script type="text/html" id="group-bar">
|
|
|
|
<button type="button" class="pear-btn pear-btn-danger pear-btn-xs" lay-event="delGroup">
|
|
|
|
<button type="button" class="pear-btn pear-btn-danger pear-btn-xs" lay-event="delGroup">
|
|
|
|
<i class="layui-icon layui-icon-delete"></i> 删除
|
|
|
|
<i class="layui-icon layui-icon-delete"></i> 删除
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -216,8 +218,7 @@
|
|
|
|
elem: '#group-table',
|
|
|
|
elem: '#group-table',
|
|
|
|
id: 'groupTable',
|
|
|
|
id: 'groupTable',
|
|
|
|
url: '/QingLong/collect/listGroup',
|
|
|
|
url: '/QingLong/collect/listGroup',
|
|
|
|
height: 'full-130',
|
|
|
|
height: 'full-180',
|
|
|
|
|
|
|
|
|
|
|
|
cols: [[
|
|
|
|
cols: [[
|
|
|
|
{ type: 'checkbox', width: "5%" },
|
|
|
|
{ type: 'checkbox', width: "5%" },
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|