genreport
This commit is contained in:
parent
816b6dd5c9
commit
ae096150ef
2 changed files with 14 additions and 13 deletions
|
|
@ -20,6 +20,7 @@ export default {
|
|||
salaryRateList: salaryRate,
|
||||
salaryRateListByid: (id: string) => `${salaryRate}/${id}`,
|
||||
salaryReportByid: (id: string) => `${salary}/report/${id}`,
|
||||
salaryReportemployeeByid: (id: string) => `${salary}/report/employee/${id}`,
|
||||
salaryPeriod: () => `${salary}/period`,
|
||||
salaryPeriodActive: () => `${salary}/period/active`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue