UI แต่งตั้งคณะกรรมการทดลองงาน

This commit is contained in:
setthawutttty 2024-10-18 16:48:27 +07:00
parent 8dadcb450a
commit 3728587c4e
7 changed files with 470 additions and 96 deletions

View file

@ -85,5 +85,6 @@ export default {
orgProfileStatus: (profileId: string) =>
`${orgProfile}/profile/probation/${profileId}`,
appointMain
appointMain,
appointMainList:(id:string)=>`${appointMain}/list/${id}`,
};