รายการโครงการ
This commit is contained in:
parent
62bb318858
commit
ec36ffe6ba
9 changed files with 211 additions and 38 deletions
|
|
@ -20,10 +20,13 @@ export default {
|
|||
/** ทุนการศึกษา/ฝึกอบรม*/
|
||||
devScholarship,
|
||||
devScholarshipByid: (id: string) => `${devScholarship}/${id}`,
|
||||
|
||||
devScholarshipStatus: (id: string, status: string) =>
|
||||
`${devScholarship}/${id}/${status}`,
|
||||
|
||||
/** download File */
|
||||
developmentReportMain:() =>`${developmentReport}/main`,
|
||||
developmentReportHistory:() =>`${developmentReport}/history-officer`,
|
||||
developmentReportHistoryOfficer:() =>`${developmentReport}/history-employee`,
|
||||
developmentReportScholarship:() =>`${developmentReport}/scholarship`,
|
||||
developmentReportMain: () => `${developmentReport}/main`,
|
||||
developmentReportHistory: () => `${developmentReport}/history-officer`,
|
||||
developmentReportHistoryOfficer: () =>
|
||||
`${developmentReport}/history-employee`,
|
||||
developmentReportScholarship: () => `${developmentReport}/scholarship`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue