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

This commit is contained in:
RuoYi
2021-12-06 20:58:10 +08:00
parent 7f2921f26b
commit 850b98337b
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@
</el-form-item>
</el-col>
<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-form-item>
</el-col>