全部
已完成
已取消
{{ order.customerName || '散客' }}
{{ order.customerPhone || '-' }}
商品明细
{{ getItemCount(order.orderId) }}种商品
原价
¥{{ order.totalAmount }}
优惠
-¥{{ order.discountAmount }}
实付
¥{{ order.actualAmount }}
暂无订单
{{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }}