订单管理
{{loading? '正在加载' : '暂无数据'}}
{{item.orderPlacerName}}
{{item.phone}}
{{item.bidType == 1 ? '一口价' : '竞拍订单'}}
单号:{{item.orderId}}
{{shop.orderStatus(item.status)}}
{{item.secondCategoryName}}
单价:{{formate.formatePrice2(item.unitPrice, kg)}}
{{item.description}}
{{finished?'到底啦~':'加载中...'}}