{template 'common/header'}
{loop $orderList $item} {if $item['abc_state_for_manager_abc']==1} {elseif $item['abc_state_for_manager_abc']==-1} {/if} {if $item['abc_state_for_user_abc']==1} {elseif $item['abc_state_for_user_abc']==-1} {/if} {/loop}
订单编号 订单类型 订单状态(管理员) 订单状态(用户) 出发地 目的地 操作
{$item['abc_id_abc']} {if $item['abc_order_type_abc']==0}人找车{/if} {if $item['abc_order_type_abc']==1}车找人{/if} 正常已删除正常已删除{$item['abc_place_of_departure_abc']} {$item['abc_destination_abc']} 详情 {if $item['abc_state_for_user_abc']==1&&$item['abc_state_for_manager_abc']==1} 删除 {elseif $item['abc_state_for_user_abc']==1&&$item['abc_state_for_manager_abc']==-1} 恢复 {/if}
{template 'common/footer'}