{extend name='akszadmin@main'} {block name="button"} {if auth("change")} {/if} {if auth("remove")} {/if} {/block} {block name="content"}
{include file='recharge/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
账户 充值金额(元) 支付方式 提交时间 状态 拒绝理由 操作
{$vo.phone} {$vo.money} {$vo.type} {$vo.time} {if $vo.status == 0} 待审核 {/if} {if $vo.status == 1} 已完成 {/if} {if $vo.status == 2} 已拒绝 {/if} {$vo.reaolae} {if $vo.status eq 0} {if auth("agree")} 同 意 {/if} {if auth("refuse")} 拒 绝 {/if} {else} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}