{template 'common/header'} {if $operation == 'display'}
统计
{loop $parks $item} {/loop}
停车场ID 停车场名称 剩余车位数 总记录数 应缴总额 实付总额
{$item['id']} {$item['name']} {$item['left_num']} {$item['order_count']} {$item['total_price_all']} {$item['pay_price_all']}
{$pager}
{/if} {template 'common/footer'}