download xlsx

This commit is contained in:
setthawutttty 2024-02-19 17:45:09 +07:00
parent c06306a171
commit 998e654eb4
2 changed files with 18 additions and 3 deletions

View file

@ -15,4 +15,5 @@ export default {
/** รายการอัตราเงินเดือน*/
salaryRateList: salaryRate,
salaryRateListByid: (id: string) => `${salaryRate}/${id}`,
salaryReportByid:(id:string) => `${salary}/report/${id}`
};