จัดการผู้ใช้งาน => ปรัับ ui เพิ่มผู้ใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-13 18:04:47 +07:00
parent baaa75f4da
commit 1e061649e0
4 changed files with 385 additions and 104 deletions

View file

@ -20,10 +20,10 @@ export default {
/** position*/
orgPosPosition: `${orgPos}/position`,
orgPosPositionById: (id: string) => `${orgPos}/position/${id}`,
orgPosPositionExecutive : () => `${orgPos}/position/executive`,
orgPosPositionExecutive: () => `${orgPos}/position/executive`,
orgPosExecutive: `${orgPos}/executive`,
orgPosType: `${orgPos}/type`,
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
orgPosLevel: `${orgPos}/level`,
orgPosMaster: `${orgPos}/master`,
orgPosMasterById: (id: string) => `${orgPos}/master/${id}`,
@ -86,7 +86,9 @@ export default {
orgProfileEmp: `${orgEmployeePos}/profile`,
orgSearchProfileEmp: `${orgProfile}-employee/search`,
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`,
orgProfileById: (id: string, type: string) => `${orgProfile}${type}/${id}`,
orgDeceasedProfile:`${orgPos}/profile/search`
orgDeceasedProfile: `${orgPos}/profile/search`,
orgProfileListKeycloak: () => `${orgProfile}/search-personal-no-keycloak`,
};