UI โครงสร้างอัตรากำลัง
This commit is contained in:
parent
c161c0b332
commit
87d7b734e5
4 changed files with 119 additions and 4 deletions
|
|
@ -40,4 +40,7 @@ export default {
|
|||
orgProfile: `${orgPos}/profile`,
|
||||
orgDeleteProfile: (id: string) => `${orgPos}/profile/delete/${id}`,
|
||||
orgSummary: `${orgPos}/summary`,
|
||||
|
||||
/** report*/
|
||||
orgReport: (report: string) => `${organization}/report/${report}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue