|
|
|
@ -14,7 +14,6 @@
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-descriptions title="用户信息">
|
|
|
|
|
<el-descriptions-item label="用户名">{{username}}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="手机号">{{userInfo.mobile}}</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|