From 249424d4a5a51d02e0e63d36f8ab538f8d367c9c Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 25 Feb 2026 11:05:45 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=AA=E0=B8=96?= =?UTF-8?q?=E0=B8=B2=E0=B8=99=E0=B8=B0=E0=B8=97=E0=B8=B8=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/15_development/views/Scholarship.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue index b9e1626a0..33b4d55c3 100644 --- a/src/modules/15_development/views/Scholarship.vue +++ b/src/modules/15_development/views/Scholarship.vue @@ -190,7 +190,7 @@ function onDetail(id: string) { function conventStatus(val: string) { switch (val) { case "PENDING": - return "กำลังศึกษา"; + return "อยู่ระหว่างศึกษา"; case "REPORTED": return "รายงานตัวกลับเข้าปฏิบัติราชการแล้ว"; case "GRADUATE":