แก้ไขสถานะ

This commit is contained in:
Warunee Tamkoo 2024-10-30 16:46:01 +07:00
parent be5a4bcd53
commit 944addbe63

View file

@ -136,7 +136,7 @@ function convertText(val: string) {
case "REPORT":
return "ส่งไปออกคำสั่ง";
case "DONE":
return "เสร็จสิ้น";
return "ออกคำสั่งเสร็จสิ้น";
default:
"-";
}