fix(系统&组织): 用户组系统内置不能编辑权限不显示保存

This commit is contained in:
xinxin.wu 2024-10-22 14:29:08 +08:00 committed by Craftsman
parent e8cb35fd1a
commit d7939c3b6d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</a-table>
</div>
<div
v-if="props.showBottom && props.current.id !== 'admin'"
v-if="props.showBottom && props.current.id !== 'admin' && !systemAdminDisabled"
v-permission="props.savePermission || []"
class="footer"
>