{extend name='main'} {block name="content"}
条件搜索
{notempty name='list'} {if auth('do_deposit')} {/if} {/notempty} {foreach $list as $key=>$vo} {/foreach}
订单号 提现用户 提现金额 银行名称 开户名称 银行卡号 联系电话 发起时间 处理时间 订单状态操作
{$vo.id} {$vo.username} ¥{$vo.num} {$vo.bankname} {$vo.khname} {$vo.cardnum} {$vo.tel} {$vo.addtime|format_datetime} {$vo.endtime|format_datetime} {switch $vo.status} {case 1}待审核{/case} {case 2}审核通过{/case} {case 3}审核驳回{/case} {/switch} {if ($vo.status == 1) and auth("do_deposit")} 通过 驳回 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}