Skip to content

类型: UseParticipationPermissionResult

属性

hasParticipationPermission

hasParticipationPermission: ComputedRef<boolean>

满足任一允许条件,该值则为 true;反之则为 false

act-hooks/types.ts


isAllowedAdminOrg

isAllowedAdminOrg: ComputedRef<boolean>

允许该工会及其下级工会

act-hooks/types.ts


isAllowedMemberId

isAllowedMemberId: ComputedRef<boolean>

允许该成员

act-hooks/types.ts


isAllowedPhone

isAllowedPhone: ComputedRef<boolean>

允许该手机号

act-hooks/types.ts


isAllowedTradeUnion

isAllowedTradeUnion: ComputedRef<boolean>

允许该工会

act-hooks/types.ts


isNotAllowedAdminOrg

isNotAllowedAdminOrg: ComputedRef<boolean>

不允许该工会及其下级工会

act-hooks/types.ts


isNotAllowedMemberId

isNotAllowedMemberId: ComputedRef<boolean>

不允许该成员

act-hooks/types.ts


isNotAllowedPhone

isNotAllowedPhone: ComputedRef<boolean>

不允许该手机号

act-hooks/types.ts


isNotAllowedTradeUnion

isNotAllowedTradeUnion: ComputedRef<boolean>

不允许该工会

act-hooks/types.ts


withoutParticipationPermission

withoutParticipationPermission: ComputedRef<boolean>

与 hasParticipationPermission 相反

act-hooks/types.ts