Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-06 16:00:12 +07:00
commit 1513d94f15
4 changed files with 696 additions and 492 deletions

View file

@ -40,6 +40,10 @@ export default {
leaveDeleteReject: (id: string) => `${leave}/admin/delete/reject/${id}`,
/**รายงาน */
leaveReportTimeRecords: () => `${leaveReport}/time-records/officer`,
leaveReportTimeRecords: (type: string) =>
`${leaveReport}/time-records/${type}`,
leaveReportTimeLate: (type: string) => `${leaveReport}/late/${type}`,
leaveReportLeaveday: (type: string) => `${leaveReport}/leaveday/${type}`,
leaveReportLeave2: (type: string) => `${leaveReport}/leave2/${type}`,
};