| | |
| | | <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:{ |