Merge branch 'nice' into develop
This commit is contained in:
commit
1513d94f15
4 changed files with 696 additions and 492 deletions
|
|
@ -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}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue