{extend name='main'} {block name="content"}
条件搜索
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
编号 用户 金额 预计收益 实际收益 提交时间 类型 备注 提取(手续费) 状态
{$vo.id} {$vo.username} {:config("currency")}{$vo.num} {:config("currency")}{$vo.yuji_num} {:config("currency")}{$vo.real_num} {$vo.addtime|format_datetime} {switch $vo.type} {case 1}转入利息宝{/case} {case 2}利息宝转出{/case} {case 3}每日收益{/case} {/switch} {switch $vo.is_sy} {case 1}正常收益{/case} {case 0}理财中{/case} {case -1}提前提取{/case} {/switch} {switch $vo.is_qu} {case 1}已提取({$vo.shouxu}){/case} {case 0}{/case} {/switch} {switch $vo.status} {case 1}已完成{/case} {case 0}冻结中{/case} {/switch}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}