diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index b219944a..414eedf9 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -20,6 +20,7 @@ const props = withDefaults( pageSize?: number; hideBtnPreview?: boolean; hideAction?: boolean; + hideDelete?: boolean; }>(), { row: () => [], @@ -148,13 +149,12 @@ defineEmits<{ flat @click.stop="$emit('view', props.row)" /> -
@@ -670,7 +670,7 @@ async function filterBySellerId() {
-