UI โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-12 13:13:49 +07:00
parent c161c0b332
commit 87d7b734e5
4 changed files with 119 additions and 4 deletions

View file

@ -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}`,
};