{extend name="../../admin/view/main"} {block name="button"} {/block} {block name="content"}
{include file='card/chongzhi_search'} {include file='card/chongzhi_statement'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
ID 卡号 面值 使用状态 录入时间
{$vo.id} {$vo.cnum|default=''} {$vo.value|default=''} {if $vo.chongzhi_use == 1} 可用 {else} 已使用 {/if} {$vo.create_at|format_datetime} 编 辑
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}