|
@@ -23,7 +23,6 @@
|
|
|
<label><input data-auto-none data-check-target='.list-check-box' type='checkbox'></label>
|
|
|
</th>
|
|
|
<th class='text-left nowrap'>用户账号</th>
|
|
|
- <th class='text-left nowrap'>联系手机</th>
|
|
|
<th class='text-center nowrap'>登录次数</th>
|
|
|
<th class='text-center nowrap'>使用状态</th>
|
|
|
<th class='text-left nowrap'>创建时间</th>
|
|
@@ -39,7 +38,6 @@
|
|
|
<label><input class="list-check-box" value='{$vo.id}' type='checkbox'></label>
|
|
|
</td>
|
|
|
<td class='text-left nowrap'>{$vo.username|default=''}</td>
|
|
|
- <td class='text-left nowrap'>{$vo.phone|default='-'}</td>
|
|
|
<td class='text-center nowrap'>{$vo.login_num|default=0}</td>
|
|
|
<td class='text-center nowrap'>{eq name='vo.status' value='0'}<span class="color-red">已禁用</span>{else}<span class="color-green">使用中</span>{/eq}</td>
|
|
|
<td class='text-left nowrap'>{$vo.create_at|format_datetime}</td>
|