fix Table total toLocaleString

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-25 17:01:48 +07:00
parent aa1270cb64
commit 8a7089ae36
29 changed files with 34 additions and 31 deletions

View file

@ -332,7 +332,7 @@ function filterSelector(val: string, update: Function) {
v-model:pagination="pagination"
>
<template v-slot:pagination="scope">
งหมด {{ attrs.rows.length }} รายการ
งหมด {{ attrs.rows.length.toLocaleString() }} รายการ
<q-pagination
v-model="pagination.page"
active-color="primary"