mirror of https://gitee.com/xiaonuobase/snowy
【更新】授权菜单资源加入提示更改
parent
e5d7a8aef4
commit
5a46563a47
|
@ -7,7 +7,7 @@
|
|||
:show-pagination="false"
|
||||
@close="onClose"
|
||||
>
|
||||
<a-alert message="非超管角色不可授权系统模块菜单资源" banner class="mb-2"/>
|
||||
<a-alert message="非超管角色不可被授权系统模块菜单资源" banner class="mb-2" />
|
||||
<a-spin :spinning="spinningLoading">
|
||||
<a-radio-group v-model:value="moduleId" button-style="solid" style="padding-bottom: 10px">
|
||||
<a-radio-button
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
:show-pagination="false"
|
||||
@close="onClose"
|
||||
>
|
||||
<a-alert message="非超管角色用户不可授权系统模块菜单资源" banner class="mb-2"/>
|
||||
<a-alert message="非超管角色用户不可被授权系统模块菜单资源" banner class="mb-2" />
|
||||
<a-spin :spinning="spinningLoading">
|
||||
<a-radio-group v-model:value="moduleId" button-style="solid" style="padding-bottom: 10px">
|
||||
<a-radio-button
|
||||
|
|
Loading…
Reference in New Issue