แก้ไขรอออกคำสั่ง
This commit is contained in:
parent
0b9d3718af
commit
3031727c51
9 changed files with 43 additions and 13 deletions
|
|
@ -190,8 +190,10 @@ function statusText(val: string) {
|
|||
return "ไม่อนุมัติ";
|
||||
case "REPORT":
|
||||
return "ส่งรายชื่อไปออกคำสั่ง";
|
||||
case "WAITING":
|
||||
return "รอออกคำสั่ง";
|
||||
case "DONE":
|
||||
return "ออกคำสั่งเสร็จแล้ว";
|
||||
return "ออกคำสั่งเสร็จสิ้น";
|
||||
|
||||
default:
|
||||
return "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue