#{{ o.orderNo || o.order_no || '-' }}
{{ statusLabel(o.status || o.order_status) }}
¥{{ o.playerAmount == null ? (o.player_amount == null ? '0.00' : o.player_amount) : o.playerAmount }}
陪玩收入
{{ o.chargeType==='HOUR'?'按小时':'按局' }} · 数量 {{ o.quantity || 1 }} · 下单时间 {{ o.createDate || o.create_date || '-' }}