ปรับหน้าจัดการสิทธิ์

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-20 17:28:33 +07:00
parent 1cedcf539f
commit aae6311ca1
6 changed files with 561 additions and 49 deletions

View file

@ -89,6 +89,10 @@ export default {
orgSearchProfileEmp: `${orgProfile}-employee/search`,
orgProfileById: (id: string, type: string) => `${orgProfile}${type}/${id}`,
orgProfileAdminById: (id: string, type: string) =>
`${orgProfile}${type}/admin/${id}`,
profileNewGovernmentCard: (id: string, type: string) =>
`${orgProfile}${type}/government/admin/${id}`, // noPermission
orgDeceasedProfile: `${orgPos}/profile/search`,