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