fix: pagination

This commit is contained in:
puriphatt 2024-10-24 17:47:43 +07:00
parent 502e845fb6
commit 06f099a62b

View file

@ -657,7 +657,9 @@ async function storeDataLocal(id: string) {
{{ {{
$t('general.recordsPage', { $t('general.recordsPage', {
resultcurrentPage: quotationData.length, resultcurrentPage: quotationData.length,
total: pageState.total, total: pageState.inputSearch
? quotationData.length
: pageState.total,
}) })
}} }}
</div> </div>