Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 6, 2024
1 parent 3696957 commit 0e3a026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ object AuthMessageCode {
const val ERROR_HANDOVER_APPROVAL = "2121094" // 由于您不是该交接申请单的审批人,无法进行任何操作
const val ERROR_HANDOVER_HANDLE = "2121095" // 该交接申请单正在被处理中,请耐心等待
const val ERROR_HANDOVER_AUTHORIZATION = "2121096" // 交接操作不合法,用户没有对应授权的权限
const val ERROR_SINGLE_GROUP_REMOVE = "2121097" // 由于直接退出用户组,会导致授权失效,必须进行用户组移交
const val ERROR_SINGLE_GROUP_REMOVE = "2121098" // 由于直接退出用户组,会导致授权失效,必须进行用户组移交
}
2 changes: 1 addition & 1 deletion support-files/i18n/auth/message_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
2121094=Due to the fact that you are not the approver of this handover request, you are unable to perform any actions on it.
2121095=The handover request is currently being processed. Please be patient and wait for further updates.
2121096=The handover operation is illegal and the user does not have authorization permissions
2121097=Since exiting the group directly will cause the authorization to become invalid, the group must be transferred.
2121098=Since exiting the group directly will cause the authorization to become invalid, the group must be transferred.
bkAdministratorNotExpired=Permission has not expired and no action is required
bkAgreeRenew=Agree to renew
Expand Down
2 changes: 1 addition & 1 deletion support-files/i18n/auth/message_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
2121094=由于您不是该交接申请单的审批人,无法进行任何操作
2121095=该交接申请单正在被处理中,请耐心等待
2121096=交接操作不合法,用户没有对应授权的权限
2121097=由于直接退出用户组,会导致授权失效,必须进行用户组移交
2121098=由于直接退出用户组,会导致授权失效,必须进行用户组移交

bkAdministratorNotExpired=权限还未过期,不需要操作
bkAgreeRenew=同意续期
Expand Down

0 comments on commit 0e3a026

Please sign in to comment.