Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-10-30 17:51:12 +07:00
commit eae69e41bd

View file

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