ui report leave

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-06 15:59:51 +07:00
parent 37cfa0c053
commit b14ca52808
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}`,
};