{template 'public/header'} {template 'public/comhead'}
报名列表
{loop $list $row} {/loop}
姓名 电话 金额 报名时间 状态 操作
{$row['user_name']} {$row['user_tel']} {$row['money']} {$row['time']} {if $row['state']==2} 待审核{elseif $row['state']==3} 审核通过{elseif $row['state']==5} 审核拒绝{elseif $row['state']==4} 已完成{/if} {if $row['state']==2} 通过 拒绝 {/if} 删除
{$pager} {template 'common/footer'}