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; };