แก้คำลาออก
This commit is contained in:
parent
3193564da1
commit
098b924624
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ const clickBack = () => {
|
|||
const statusOrder = (val: boolean) => {
|
||||
switch (val) {
|
||||
case true:
|
||||
return "ยับยั้งการลาออก";
|
||||
return "ยับยั้ง";
|
||||
case false:
|
||||
return "อนุมัติการลาออก";
|
||||
return "อนุญาต";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue