From a50733c457f2ffd3a803c57997025d1afc05f7ac Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 22 May 2026 18:14:01 +0700 Subject: [PATCH] fix(registry): icon sortOrderByDate --- .../04_registryPerson/views/edit/components/Table.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/04_registryPerson/views/edit/components/Table.vue b/src/modules/04_registryPerson/views/edit/components/Table.vue index b85f00bb9..c63eb6a5f 100644 --- a/src/modules/04_registryPerson/views/edit/components/Table.vue +++ b/src/modules/04_registryPerson/views/edit/components/Table.vue @@ -889,8 +889,8 @@ function handleSortByDate() { hideLoader(); } }, - "ยืนยันการเรียงลำดับข้อมูล", - "ต้องการยืนยันการเรียงลำดับข้อมูลนี้ใช่หรือไม่?" + "ยืนยันการเรียงลำดับ", + "ต้องการยืนยันการเรียงลำดับข้อมูลตามวันที่คำสั่งมีผลใช่หรือไม่?" ); } @@ -941,7 +941,7 @@ onMounted(async () => { flat dense color="indigo-5" - icon="mdi-sort-alphabetical-descending" + icon="mdi-calendar-export" @click="handleSortByDate()" > เรียงลำดับข้อมูล