Commit eb174f5f authored by 罗林杰's avatar 罗林杰

修改样式

parent a24d8dd1
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="学历图片:" prop="pictureUrls"> <el-form-item label="学历图片:" prop="pictureUrls">
<img :src="form.educationPictureUrl" style="width: 160px;height: 160px" alt=""> <img :src="memEducationUrl" style="width: 160px;height: 160px" alt="">
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -745,7 +745,8 @@ export default { ...@@ -745,7 +745,8 @@ export default {
value: 1 value: 1
} }
], ],
showSecretData: true showSecretData: true,
memEducationUrl:'',
} }
}, },
computed: { computed: {
...@@ -838,7 +839,7 @@ export default { ...@@ -838,7 +839,7 @@ export default {
// 处理照片 // 处理照片
if (response.data.memEducationPictureId !== '' && response.data.memEducationPictureId !== null) { if (response.data.memEducationPictureId !== '' && response.data.memEducationPictureId !== null) {
getOssUrl(response.data.memEducationPictureId).then(imgRes => { getOssUrl(response.data.memEducationPictureId).then(imgRes => {
this.educationPictureUrl = imgRes.data this.memEducationUrl = imgRes.data
}) })
} }
if (response.data.memPictureId !== '' && response.data.memPictureId !== null) { if (response.data.memPictureId !== '' && response.data.memPictureId !== null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment