fix Table total toLocaleString
This commit is contained in:
parent
aa1270cb64
commit
8a7089ae36
29 changed files with 34 additions and 31 deletions
|
|
@ -538,7 +538,7 @@ onMounted(() => {
|
|||
</div>
|
||||
</template>
|
||||
<template v-slot:pagination="scope">
|
||||
ทั้งหมด {{ props.total }} รายการ
|
||||
ทั้งหมด {{ props.total.toLocaleString() }} รายการ
|
||||
<q-pagination
|
||||
v-model="formFilter.page"
|
||||
active-color="primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue