Appearance
类型: UseParticipationPermissionResult
属性
hasParticipationPermission
• hasParticipationPermission: ComputedRef<boolean>
满足任一允许条件,该值则为 true;反之则为 false
isAllowedAdminOrg
• isAllowedAdminOrg: ComputedRef<boolean>
允许该工会及其下级工会
isAllowedMemberId
• isAllowedMemberId: ComputedRef<boolean>
允许该成员
isAllowedPhone
• isAllowedPhone: ComputedRef<boolean>
允许该手机号
isAllowedTradeUnion
• isAllowedTradeUnion: ComputedRef<boolean>
允许该工会
isNotAllowedAdminOrg
• isNotAllowedAdminOrg: ComputedRef<boolean>
不允许该工会及其下级工会
isNotAllowedMemberId
• isNotAllowedMemberId: ComputedRef<boolean>
不允许该成员
isNotAllowedPhone
• isNotAllowedPhone: ComputedRef<boolean>
不允许该手机号
isNotAllowedTradeUnion
• isNotAllowedTradeUnion: ComputedRef<boolean>
不允许该工会
withoutParticipationPermission
• withoutParticipationPermission: ComputedRef<boolean>
与 hasParticipationPermission 相反