Merge branch 'develop' into devTee
# Conflicts: # src/api/15_development/api.development.ts
This commit is contained in:
commit
db363a7392
14 changed files with 1199 additions and 524 deletions
|
|
@ -16,6 +16,8 @@ export default {
|
|||
/** รายการโครงการ*/
|
||||
developmentMain: `${development}/main`,
|
||||
developmentMainById: (id: string) => `${development}/main/${id}`,
|
||||
developmentMainTab: (tab: string, id: string) =>
|
||||
`${development}/main/${tab}/${id}`,
|
||||
|
||||
/** ทุนการศึกษา/ฝึกอบรม*/
|
||||
devScholarship,
|
||||
|
|
@ -32,4 +34,11 @@ export default {
|
|||
|
||||
|
||||
|
||||
// ปิดโครงการ
|
||||
developmentMainFinish: (id: string) => `${development}/main/finish/${id}`,
|
||||
// ข้อมูล status ของโครงการ
|
||||
developmentMainStatus: (id: string) => `${development}/main/status/${id}`,
|
||||
|
||||
/** โครงการ tab ข้อมูลเบื้องต้น */
|
||||
developmentBasicInfoById: (id:string) => `${development}/main/tab1/${id}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue