Commit 5ab16151c966855dc3417c4ab2d3c8b4b262ab71
1 parent
8f85804a
提交权限控制
Showing
1 changed file
with
7 additions
and
5 deletions
src/views/information/index.vue
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <div class=""> | 2 | <div class=""> |
| 3 | <!--卡片--> | 3 | <!--卡片--> |
| 4 | <el-row :gutter="16" class=""> | 4 | <el-row :gutter="16" class=""> |
| 5 | - <el-col :span="8"> | 5 | + <!-- <el-col :span="8"> |
| 6 | <el-card class="box-card" style="height: 364px"> | 6 | <el-card class="box-card" style="height: 364px"> |
| 7 | <el-form status-icon :rules="rules" ref="fileUploadForm"> | 7 | <el-form status-icon :rules="rules" ref="fileUploadForm"> |
| 8 | <el-upload | 8 | <el-upload |
| @@ -16,20 +16,22 @@ | @@ -16,20 +16,22 @@ | ||
| 16 | <i v-else class="el-icon-plus avatar-uploader-icon"></i> | 16 | <i v-else class="el-icon-plus avatar-uploader-icon"></i> |
| 17 | </el-upload> | 17 | </el-upload> |
| 18 | </el-form> | 18 | </el-form> |
| 19 | - <!--<el-button class="text-center" size="small" type="primary">点击上传</el-button>--> | ||
| 20 | - <!--<div slot="tip" class="el-upload__tip"></div>--> | 19 | + |
| 21 | <div class="common-color text-center" style="line-height: 60px;font-size: 24px">{{userPhone}}</div> | 20 | <div class="common-color text-center" style="line-height: 60px;font-size: 24px">{{userPhone}}</div> |
| 22 | 21 | ||
| 23 | <div class="font-size12 text-center" style="line-height: 30px">支持JPG格式且小于5MB</div> | 22 | <div class="font-size12 text-center" style="line-height: 30px">支持JPG格式且小于5MB</div> |
| 24 | <div class="font-size12 text-center" style="height: 146px"></div> | 23 | <div class="font-size12 text-center" style="height: 146px"></div> |
| 25 | </el-card> | 24 | </el-card> |
| 26 | - </el-col> | ||
| 27 | - <el-col :span="16"> | 25 | + </el-col>--> |
| 26 | + <el-col :span="24"> | ||
| 28 | <el-card class="box-card"> | 27 | <el-card class="box-card"> |
| 29 | <!-- <div slot="header" class="clearfix" style="line-height: 32px;"> | 28 | <!-- <div slot="header" class="clearfix" style="line-height: 32px;"> |
| 30 | <span>个人资料</span> | 29 | <span>个人资料</span> |
| 31 | </div>--> | 30 | </div>--> |
| 32 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px"> | 31 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px"> |
| 32 | + <el-form-item label="手机号" class="margin-bottom30" > | ||
| 33 | + <el-input style="width: 300px" v-model="userPhone" :disabled="true" ></el-input> | ||
| 34 | + </el-form-item> | ||
| 33 | <el-form-item label="姓名" class="margin-bottom30" prop="username"> | 35 | <el-form-item label="姓名" class="margin-bottom30" prop="username"> |
| 34 | <el-input v-model="ruleForm.username" style="width: 300px"></el-input> | 36 | <el-input v-model="ruleForm.username" style="width: 300px"></el-input> |
| 35 | </el-form-item> | 37 | </el-form-item> |