mirror of https://gitee.com/xiaonuobase/snowy
【更新】更新人员管理界面的权限判断逻辑
parent
6156b0755e
commit
96998cabaf
|
@ -107,9 +107,9 @@
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
<a-divider
|
<a-divider
|
||||||
type="vertical"
|
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">
|
<a class="ant-dropdown-link">
|
||||||
{{ $t('common.more') }}
|
{{ $t('common.more') }}
|
||||||
<DownOutlined />
|
<DownOutlined />
|
||||||
|
|
Loading…
Reference in New Issue