diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index b8f3590f..b8002aea 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -657,7 +657,9 @@ async function storeDataLocal(id: string) { {{ $t('general.recordsPage', { resultcurrentPage: quotationData.length, - total: pageState.total, + total: pageState.inputSearch + ? quotationData.length + : pageState.total, }) }}