fix: modify

catl
时启龙 2024-11-15 14:13:23 +08:00
parent db23e78c12
commit bdca2bcf4c
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
<el-col :span="12">
<basic-form-item label="是否为管理员:" prop="is_admin" label-width="120px">
<el-switch v-model="item.is_admin" @change="switchAdmin(index)"></el-switch>
<span class="m-l tip">若不指定管理员则默认设置第一个用户为管理员</span>
</basic-form-item>
</el-col>
</el-row>