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<{