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

This commit is contained in:
小诺
2023-04-22 16:04:00 +08:00
committed by 俞宝山
parent 6156b0755e
commit 96998cabaf

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 />