[系统用户]可以创建、修改、删除超级管理员

This commit is contained in:
刘祥超
2020-12-03 19:25:36 +08:00
parent 4a1c701529
commit 6f3f3ec369
6 changed files with 23 additions and 5 deletions

View File

@@ -33,6 +33,13 @@
</td>
</tr>
<tr>
<td>是否为超级管理员</td>
<td>
<checkbox name="isSuper" v-model="isSuper"></checkbox>
<p class="comment">超级管理员自动拥有所有的管理权限。</p>
</td>
</tr>
<tr v-show="!isSuper">
<td>权限</td>
<td>
<div class="modules-box">