修正用户分配角色属性错误

This commit is contained in:
RuoYi 2021-12-06 20:33:47 +08:00
parent 03fe9f42d9
commit 6222fb6614
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8" :offset="2"> <el-col :span="8" :offset="2">
<el-form-item label="登录账号" prop="phonenumber"> <el-form-item label="登录账号" prop="userName">
<el-input v-model="form.userName" disabled /> <el-input v-model="form.userName" disabled />
</el-form-item> </el-form-item>
</el-col> </el-col>