From f0a06f3d11d14e916a21a4c676ea7c4addc864e6 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Sun, 15 Oct 2023 21:44:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=83=E0=B8=9A?= =?UTF-8?q?=E0=B8=AA=E0=B8=A1=E0=B8=B1=E0=B8=84=E0=B8=A3=E0=B8=AA=E0=B8=AD?= =?UTF-8?q?=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_recruiting/components/TableCandidate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue index c5efec41e..63c260568 100644 --- a/src/modules/03_recruiting/components/TableCandidate.vue +++ b/src/modules/03_recruiting/components/TableCandidate.vue @@ -345,7 +345,7 @@ const updateVisibleFilter = (value: any) => { const paginationLabel = (start: string, end: string, total: string) => { if (props.paging == true) - return " " + start + " ใน " + end + " จากจำนวน " + total + " ณายการ"; + return " " + start + " ใน " + end + " จากจำนวน " + total + " รายการ"; else return start + "-" + end + " ใน " + total; };