feat: add nickname field for user

This commit is contained in:
RockYang
2023-12-29 17:39:37 +08:00
parent cf4b04e047
commit cb6e323596
9 changed files with 40 additions and 39 deletions

View File

@@ -14,7 +14,10 @@
</el-icon>
</el-upload>
</el-row>
<el-form-item label="账户">
<el-form-item label="昵称">
{{ user['nickname'] }}
</el-form-item>
<el-form-item label="手机号">
<span>{{ user.mobile }}</span>
<el-tooltip
class="box-item"