diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index d24b0448..e51b9979 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -16,12 +16,16 @@ const props = withDefaults( grid?: boolean; visibleColumns?: string[]; hideEdit?: boolean; + page?: number; + pageSize?: number; }>(), { row: () => [], column: () => [], grid: false, visibleColumns: () => [], + page: 1, + pageSize: 30, }, ); @@ -64,7 +68,11 @@ defineEmits<{