แก้ไขรอออกคำสั่ง
This commit is contained in:
parent
0b9d3718af
commit
3031727c51
9 changed files with 43 additions and 13 deletions
|
|
@ -137,6 +137,8 @@ function convertText(val: string) {
|
|||
return "รอดำเนินการ";
|
||||
case "REPORT":
|
||||
return "ส่งไปออกคำสั่ง";
|
||||
case "WAITING":
|
||||
return "รอออกคำสั่ง";
|
||||
case "DONE":
|
||||
return "ออกคำสั่งเสร็จสิ้น";
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ const probation_statusOP = ref<any>([
|
|||
},
|
||||
{
|
||||
id: 9,
|
||||
label: "ออกคำสั่งเสร็จแล้ว",
|
||||
label: "ออกคำสั่งเสร็จสิ้น",
|
||||
disable: true,
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue