|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<div class="fl button_list">
|
|
|
|
|
<div class="tools">
|
|
|
|
|
<a class="" href="{:U('add')}"><span class="button_icon button_icon1"></span>新增</a>
|
|
|
|
|
<!-- <a class="ajax-post confirm " target-form="ids" url="{:U('del')}"><span class="button_icon button_icon2"></span>删除</a>-->
|
|
|
|
|
<a class="ajax-post confirm " target-form="ids" url="{:U('del')}"><span class="button_icon button_icon2"></span>删除</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="jssearch fl cf search_list" >-->
|
|
|
|
@ -68,9 +68,9 @@
|
|
|
|
|
<!-- 表头 -->
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<!-- <th>-->
|
|
|
|
|
<!-- <input class="check-all" type="checkbox">-->
|
|
|
|
|
<!-- </th>-->
|
|
|
|
|
<th>
|
|
|
|
|
<input class="check-all" type="checkbox">
|
|
|
|
|
</th>
|
|
|
|
|
<th>合作方</th>
|
|
|
|
|
<th>显示状态</th>
|
|
|
|
|
<th>添加人</th>
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
<else />
|
|
|
|
|
<volist name="listData" id="data">
|
|
|
|
|
<tr>
|
|
|
|
|
<!-- <td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>-->
|
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
|
<td>{$data.partner}</td>
|
|
|
|
|
<td>{$data.status}</td>
|
|
|
|
|
<td>{$data.nickname}</td>
|
|
|
|
|