fix report salary
This commit is contained in:
parent
8aba3faf9b
commit
f4b758ab32
4 changed files with 22 additions and 35 deletions
|
|
@ -45,5 +45,7 @@ export default {
|
|||
leaveReportTimeLate: (type: string) => `${leaveReport}/late/${type}`,
|
||||
|
||||
leaveReportLeaveday: (type: string) => `${leaveReport}/leaveday/${type}`,
|
||||
leaveReportLeavedayRetire: () => `${leaveReport}/leavedayRetire`,
|
||||
|
||||
leaveReportLeave2: (type: string) => `${leaveReport}/leave2/${type}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue