- ส่งไปออกคำสั่งของรายชื่อลูกจ้างชั่วคราว

- แก้ label
This commit is contained in:
Warunee Tamkoo 2023-08-19 21:56:00 +07:00
parent b2a7e7dee5
commit 0f96b24df2
3 changed files with 106 additions and 155 deletions

View file

@ -89,4 +89,6 @@ export default {
organizationEmployeePositionId: (profileId: string) =>
`${organizationEmployee}position/${profileId}`,
organizationEmployeeSendOrder: `${organizationEmployee}report`,
};