From 18b686e0466714a9798becf4087714beb06260de Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 5 Mar 2025 17:34:13 +0700 Subject: [PATCH] refactor: hide btn preview on tab receipt --- src/components/05_quotation/TableQuotation.vue | 2 ++ src/pages/05_quotation/MainPage.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index e3d46c56..a80a4e40 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -18,6 +18,7 @@ const props = withDefaults( hideEdit?: boolean; page?: number; pageSize?: number; + hideBtnPreview?: boolean; }>(), { row: () => [], @@ -127,6 +128,7 @@ defineEmits<{