fix report salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-04 14:17:33 +07:00
parent 8aba3faf9b
commit f4b758ab32
4 changed files with 22 additions and 35 deletions

View file

@ -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}`,
};