updated status probation

This commit is contained in:
Warunee Tamkoo 2024-10-07 14:29:11 +07:00
parent 7de97277f5
commit cc68e51fad

View file

@ -341,9 +341,11 @@ export const useTransferDataStore = defineStore("transferDataStore", () => {
case 7: case 7:
return "ขยายระยะเวลาทดลองปฏิบัติหน้าที่ราชการ"; return "ขยายระยะเวลาทดลองปฏิบัติหน้าที่ราชการ";
case 8: case 8:
return "ดึงรายชื่อไปออกคำสั่งแล้ว"; return "ส่งรายชื่อไปออกคำสั่ง";
case 9:
return "ออกคำสั่งเสร็จแล้ว";
default: default:
return " "; return "-";
} }
}; };