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