update src/views/system/user/index.vue.
调整格式 Signed-off-by: Even Li <emmsl@qq.com>
This commit is contained in:
parent
724fcae710
commit
7a1eb2ee17
@ -223,7 +223,7 @@
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="角色" prop="roleIds">
|
||||
<el-select v-model="form.roleIds" filterable multiple placeholder="请选择">
|
||||
<el-select v-model="form.roleIds" filterable multiple placeholder="请选择">
|
||||
<el-option
|
||||
v-for="item in roleOptions"
|
||||
:key="item.roleId"
|
||||
|
Loading…
x
Reference in New Issue
Block a user