

<thead>
<tr>
<th>序号</th>
<th>操作</th>
<th>代理用户</th>
<th>联系人</th>
<th>手机号码</th>
<th>代理用户剩余金额</th>
<th>状态</th>
</tr>
<volist name='user' id='vo'>
<tr>
<th>
{$vo.id}
</th>
<th><font size="2px" color="red" ><a href="{:U('Home/User/modify')}?id={$vo.id}">编辑</a></font></th>
<th>{$vo.agent_user}</th>
<th>{$vo.li
<th>{$vo.phone}</th>
<th>{$vo.overplus}</th>
<th>{$vo.status}</th>
</tr>
</volist>
序号这一列怎样写能顺序?
3.png
( 24.77 KB 下载:1 次 )
最佳答案