【更新】更新人员管理界面的权限判断逻辑

pull/109/MERGE
小诺 2023-04-22 16:04:00 +08:00 committed by 俞宝山
parent 6156b0755e
commit 96998cabaf
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@
</a-popconfirm>
<a-divider
type="vertical"
v-if="hasPerm(['bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo'], 'and')"
v-if="hasPerm(['bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo'])"
/>
<a-dropdown v-if="hasPerm(['bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo'], 'and')">
<a-dropdown v-if="hasPerm(['bizUserGrantRole', 'bizUserPwdReset', 'bizUserExportUserInfo'])">
<a class="ant-dropdown-link">
{{ $t('common.more') }}
<DownOutlined />