From b370fe673bb359f6695d3bcc240207ea148707ac Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 10 Jun 2024 17:06:20 +0200 Subject: [PATCH] updates --- src/components/ui/VnPaginate.vue | 9 +- src/pages/Item/components/ItemProposal.vue | 223 +++++++++++++----- src/pages/Ticket/Negative/HandleSplited.vue | 2 +- .../Ticket/Negative/TicketLackDetail.vue | 33 ++- 4 files changed, 197 insertions(+), 70 deletions(-) diff --git a/src/components/ui/VnPaginate.vue b/src/components/ui/VnPaginate.vue index ed0afc5d2..fdd977552 100644 --- a/src/components/ui/VnPaginate.vue +++ b/src/components/ui/VnPaginate.vue @@ -6,6 +6,10 @@ import { useArrayData } from 'composables/useArrayData'; const { t } = useI18n(); const props = defineProps({ + append: { + type: Boolean, + default: true, + }, dataKey: { type: String, required: true, @@ -155,11 +159,14 @@ defineExpose({ fetch, addFilter });