รายการ ลา

This commit is contained in:
setthawutttty 2025-04-28 17:17:17 +07:00
parent 1e2d0108b6
commit 14cc7aa52f
5 changed files with 670 additions and 26 deletions

View file

@ -49,4 +49,8 @@ export default {
leaveReportLeavedayRetire: () => `${leaveReport}/leavedayRetire`,
leaveReportLeave2: (type: string) => `${leaveReport}/leave2/${type}`,
addApproverByType:(type:string,profileType:string,id:string)=>`${leave}/${profileType}/add-approver/${type}/${id}`,
sendApprove:(id:string)=>`${leave}/admin/approve/officer/${id}`
};