就餐桌号
{{ orderInfo.tableNumber || orderInfo.tableId || '—' }}
用餐人数
{{ dinerCount }}
联系电话
{{ orderInfo.contactPhone || '—' }}
备注信息
{{ item.name }}
{{ tag.text }},
¥{{ formatPrice(item.price) }}
{{ item.quantity || 1 }}份
菜品总价
¥{{ formatPrice(foodSubtotalForDisplay) }}
服务费
¥{{ formatPrice(orderInfo.serviceFee ?? 0) }}
优惠券
{{ couponDisplayText }}
请选择
›
优惠金额
-¥{{ formatPrice(orderInfo.discountAmount) }}
应付金额
¥{{ formatPrice(orderInfo.payAmount ?? 0) }}
确认支付 ¥{{ formatPrice(orderInfo.payAmount ?? 0) }}