|
|
@ -50,9 +50,13 @@ |
|
|
|
v-model="dataForm.houseCode"> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
|
<div v-if="dataForm.houseQrcodeUrl" style="display: flex;flex-direction: column;"> |
|
|
|
<img style="margin-left: 70px;width: 200px;" :src="dataForm.houseQrcodeUrl"> |
|
|
|
<a style="margin-left: 80px" :href="dataForm.houseQrcodeUrl" target="_blank">下载</a> |
|
|
|
<div v-if="dataForm.houseQrcodeUrl" |
|
|
|
style="display: flex;flex-direction: column;"> |
|
|
|
<img style="margin-left: 70px;width: 200px;" |
|
|
|
:src="dataForm.houseQrcodeUrl"> |
|
|
|
<a style="margin-left: 80px" |
|
|
|
:href="dataForm.houseQrcodeUrl" |
|
|
|
target="_blank">下载</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-form-item label="房屋类型" |
|
|
|