| | |
| | | <div class="app-container" > |
| | | <div class="wrapper" style="overflow: auto;"> |
| | | <div id="building" > |
| | | |
| | | <el-form ref="elForm" :model="personInfos" :rules="rules" size="medium" label-position="center" label-width="100px"> |
| | | <el-container> |
| | | <div style="padding-left:30px;padding-top: 50px"> |
| | |
| | | <el-image |
| | | :src="'http://47.93.189.255:8080/'+ personInfos[0].url" |
| | | :fit="fit" |
| | | style="width: 100%;height: 100%;" |
| | | ></el-image> |
| | | </el-avatar> |
| | | </el-col> |
| | |
| | | <el-image |
| | | :src="'http://47.93.189.255:8080/'+ personInfos[1].url" |
| | | :fit="fit" |
| | | style="width: 100%;height: 100%;" |
| | | ></el-image> |
| | | </el-avatar> |
| | | </el-col> |
| | |
| | | disabled: false, |
| | | personInfos:[], |
| | | loading: true, |
| | | dsb:true, |
| | | formData:{ |
| | | userId: undefined, |
| | | nickName: undefined, |
| | |
| | | } |
| | | , |
| | | mounted() { |
| | | const id = this.$route.params && this.$route.params.id; |
| | | const id = this.$route.params && this.$route.params.id; |
| | | this.getList(id); |
| | | }, |
| | | methods:{ |