优化台桌点餐

This commit is contained in:
gyq
2024-10-11 14:26:39 +08:00
parent cfd04625dd
commit 72cf926747
11 changed files with 350 additions and 59 deletions

View File

@@ -113,6 +113,7 @@ const formRef = ref(null)
function showRefundHandle(item) {
refundItem.value = item
form.amount = item.amount
showDialog.value = true
}