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