|
@@ -22,25 +22,14 @@
|
|
|
</blockquote>
|
|
|
<div class="layui-form news_list">
|
|
|
<table class="layui-table">
|
|
|
- <colgroup>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- <col>
|
|
|
- </colgroup>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th><input type="checkbox" lay-skin="primary" lay-filter="allChoose" id="allChoose"></th>
|
|
|
- <th>ID</th>
|
|
|
- <th>手机号</th>
|
|
|
- <th>审核状态</th>
|
|
|
- <th>浏览权限</th>
|
|
|
- <th>是否展示</th>
|
|
|
- <th>发布时间</th>
|
|
|
+ <th width="10"><input type="checkbox" lay-skin="primary" lay-filter="allChoose" id="allChoose"></th>
|
|
|
+ <th width="20">ID</th>
|
|
|
+ <th width="100">手机号</th>
|
|
|
+ <th>网络</th>
|
|
|
+ <th>归属地</th>
|
|
|
+ <th width="100">套餐</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -50,6 +39,13 @@
|
|
|
<th><input type="checkbox" lay-skin="primary" lay-filter="allChoose" id="id-{$a.id}"></th>
|
|
|
<td>{$a.id}</td>
|
|
|
<td>{$a.no}</td>
|
|
|
+ <td>{$a.network}</td>
|
|
|
+ <td>{$a.province}/{$a.city}</td>
|
|
|
+ <td>{$a.info.describe}</td>
|
|
|
+ <td>
|
|
|
+ <a class="layui-btn layui-btn-mini"><i class="iconfont icon-edit"></i> 编辑</a>
|
|
|
+ <a class="layui-btn layui-btn-danger layui-btn-mini news_del"><i class="layui-icon"></i> 删除</a>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
{/foreach}
|
|
|
</tbody>
|