{include file="../../../application/admin/view/public/head" /}
{volist name="list" id="vo"} {/volist}
编号 单号 订单金额 订单状态 下单时间 支付类型 支付时间 用户 操作
{$vo.order_id} {$vo.order_code} {$vo.order_price} {$vo.order_status|mac_get_order_status_text} {$vo.order_time|mac_day=color} {$vo.order_type} {$vo.order_paytime|mac_day=color} {$vo.user_id}、{$vo.user_name} 删除
{include file="../../../application/admin/view/public/foot" /}