get สถานะ, ปิดโครงการ และลักษณะโครงการ
This commit is contained in:
parent
1a908a97b9
commit
759b59d445
3 changed files with 349 additions and 221 deletions
|
|
@ -29,4 +29,9 @@ export default {
|
|||
developmentReportHistoryOfficer: () =>
|
||||
`${developmentReport}/history-employee`,
|
||||
developmentReportScholarship: () => `${developmentReport}/scholarship`,
|
||||
|
||||
// ปิดโครงการ
|
||||
developmentMainFinish: (id: string) => `${development}/main/finish/${id}`,
|
||||
// ข้อมูล status ของโครงการ
|
||||
developmentMainStatus: (id: string) => `${development}/main/status/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue