筛选


{if $type==0}
{/if} {if $type==0||$type==1}
{/if}

记录列表  总记录数:{$total}

{loop $order_notins $item} {/loop} {if $type==0||$type==1} {/if}
选择 停车场名称 车牌号 出口 离场时间 处理状态 操作员 操作
{$item['park_name']} {$item['car_no']} {$item['device_out']} {php echo date('Y-m-d H:i:s', $item['endtime'])} {if $item['status'] == 0}未处理{/if} {if $item['status'] == 1}自动处理{/if} {if $item['status'] == 2}人工处理{/if} {$item['operator']} 操作 {if $type==0||$type==1} 删除 {/if}
{$pager}