{extend name='akszadmin@main'} {block name="button"} {if auth("remove")} {/if} {/block} {block name="content"}
{include file='finance/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
流水编号 交易对象 真实姓名 交易金额(元) 交易前余额(元) 详情 流水时间
{$vo.id} {$vo.phone} {$vo.name} {if $vo.type == 1} +{$vo.money} {else} -{$vo.money} {/if} {$vo.before} {$vo.reason} {$vo.time}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}