edit: add status scholarship

This commit is contained in:
Warunee Tamkoo 2026-02-25 10:41:07 +07:00
parent 7543a40967
commit fdd96093b6

View file

@ -191,6 +191,8 @@ function conventStatus(val: string) {
switch (val) {
case "PENDING":
return "กำลังศึกษา";
case "REPORTED":
return "รายงานตัวกลับเข้าปฏิบัติราชการแล้ว";
case "GRADUATE":
return "เรียนจบ";
case "NOTGRADUATE":