fix: pagination
This commit is contained in:
parent
502e845fb6
commit
06f099a62b
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue