jiangyy 5 years ago
parent
commit
921882b9e7
  1. 23
      epmet-oper-web/src/views/modules/customer/feedback/DetailForm.vue

23
epmet-oper-web/src/views/modules/customer/feedback/DetailForm.vue

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

Loading…
Cancel
Save