fix Table total toLocaleString
This commit is contained in:
parent
aa1270cb64
commit
8a7089ae36
29 changed files with 34 additions and 31 deletions
|
|
@ -649,7 +649,10 @@ watch(
|
|||
icon="info"
|
||||
color="info"
|
||||
round
|
||||
@click="(modalPerson = true), (personalId = props.row.current_holderId)"
|
||||
@click="
|
||||
(modalPerson = true),
|
||||
(personalId = props.row.current_holderId)
|
||||
"
|
||||
>
|
||||
<q-tooltip>ดูข้อมูลในทะเบียนประวัติ</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
@ -661,7 +664,7 @@ watch(
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:pagination="scope">
|
||||
ทั้งหมด {{ totalData }} รายการ
|
||||
ทั้งหมด {{ totalData.toLocaleString() }} รายการ
|
||||
<q-pagination
|
||||
v-model="reqMaster.page"
|
||||
active-color="primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue