Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-25 10:43:36 +07:00
commit 3de606fb2d

View file

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