fix: 用户管理操作-更多显示问题

This commit is contained in:
秋帆
2024-05-02 12:51:32 +08:00
parent 39465dcaa3
commit f49503a924

View File

@@ -88,7 +88,7 @@
删除
</a-link>
<a-dropdown>
<a-button v-if="has.hasPermOr(['system:user:resetPwd'])" type="text">更多</a-button>
<a-link v-if="has.hasPermOr(['system:user:resetPwd'])" type="text">更多</a-link>
<template #content>
<a-doption v-permission="['system:user:resetPwd']" @click="onResetPwd(record)">重置密码</a-doption>
</template>