แผนผังองค์กร

This commit is contained in:
STW_TTTY\stwtt 2024-06-06 13:58:15 +07:00
parent 3e213f0681
commit 43772f8d0a
5 changed files with 306 additions and 2 deletions

View file

@ -52,4 +52,11 @@ export default {
dataUserCertificateHistory:(type:string,id:string) => `${profileOrg}/${type}/history/${id}`,
dataUserHonorHistory:(type:string,emType:string,id:string) => `${profileOrg}${emType}/${type}/history/${id}`,
dataUserOtherHistory:(id:string)=>`${profileOrg}/other/history/${id}`,
orgActive:`${org}/active`,
/** struct-chart*/
orgStructChart: (id: string, type: string) =>
`${org}/struct-chart/${id}/${type}`,
};