{template 'public/header'} {template 'public/comhead'}
全部订单
{loop $list $key $item} {if $item['state']==2} {elseif $item['state']==3} {/if} {/loop} {if empty($list)} {/if}
订单号 商家名称 买家 联系电话 商品名称 付款金额 备注 状态
{$item['order_num']} {$item['md_name']} {$item['user_name']} {$item['user_tel']} {$item['good_name']} {$item['money']} {if $item['note']}{$item['note']}{else}无{/if} 待核销 已核销
暂无订单信息
{$pager}
{template 'common/footer'}