Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
3de606fb2d
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ function conventStatus(val: string) {
|
||||||
switch (val) {
|
switch (val) {
|
||||||
case "PENDING":
|
case "PENDING":
|
||||||
return "กำลังศึกษา";
|
return "กำลังศึกษา";
|
||||||
|
case "REPORTED":
|
||||||
|
return "รายงานตัวกลับเข้าปฏิบัติราชการแล้ว";
|
||||||
case "GRADUATE":
|
case "GRADUATE":
|
||||||
return "เรียนจบ";
|
return "เรียนจบ";
|
||||||
case "NOTGRADUATE":
|
case "NOTGRADUATE":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue