|
|
@ -143,11 +143,17 @@ |
|
|
|
<div class="form-title margin2">{{'建议图片'}}</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="span2Con"> |
|
|
|
<img v-for="(item,index) in adviceData.imgList" |
|
|
|
<el-image v-for="(item,index) in adviceData.imgList" |
|
|
|
style="width:70px;height:70px;margin-right:15px" |
|
|
|
:key="index" |
|
|
|
:src="item" |
|
|
|
:preview-src-list="adviceData.imgList"> |
|
|
|
</el-image> |
|
|
|
<!-- <img v-for="(item,index) in adviceData.imgList" |
|
|
|
:key="index" |
|
|
|
:src="item" |
|
|
|
style="width:70px;height:70px;margin-right:15px" |
|
|
|
class="function-icon"> |
|
|
|
class="function-icon"> --> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
@ -229,12 +235,17 @@ |
|
|
|
<div class="form-title margin2">{{'政府回复取证'}}</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="span2Con"> |
|
|
|
|
|
|
|
<img v-for="(item,index) in adviceData.govImgList" |
|
|
|
<el-image v-for="(item,index) in adviceData.govImgList" |
|
|
|
style="width:70px;height:70px;margin-right:15px" |
|
|
|
:key="index" |
|
|
|
:src="item" |
|
|
|
:preview-src-list="adviceData.govImgList"> |
|
|
|
</el-image> |
|
|
|
<!-- <img v-for="(item,index) in adviceData.govImgList" |
|
|
|
:key="index" |
|
|
|
:src="item" |
|
|
|
style="width:70px;height:70px;margin-right:15px" |
|
|
|
class="function-icon"> |
|
|
|
class="function-icon"> --> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
@ -355,6 +366,8 @@ export default { |
|
|
|
span2Title: 3, |
|
|
|
span2Con: 20, |
|
|
|
|
|
|
|
srcList: [], |
|
|
|
|
|
|
|
diaVisible: false, |
|
|
|
adviceId: '',//建议id,父组件传来 |
|
|
|
adviceData: { |
|
|
|