告警-大图

master
13703816893 2 years ago
parent 61bff19b67
commit e050fe748c

@ -173,7 +173,7 @@
<!-- 点击出现大图 --> <!-- 点击出现大图 -->
<div v-if="showBigpic" class="showPic" @click="closePic"> <div v-if="showBigpic" class="showPic" @click="closePic">
<div class="picboxI"> <div class="picboxI">
<img class="maskPic" :src="photoPic" /> <img class="maskPic" :src="bigPhotoPic" />
<i @click="closePic" class="el-icon-circle-close"></i> <i @click="closePic" class="el-icon-circle-close"></i>
</div> </div>
</div> </div>
@ -215,6 +215,7 @@ export default {
i: 0, i: 0,
isreadshow: false, isreadshow: false,
showBigpic: false, showBigpic: false,
bigPhotoPic: "",//
}; };
}, },
mounted() { mounted() {
@ -227,7 +228,8 @@ export default {
this.getSearchgj(); this.getSearchgj();
}, },
methods: { methods: {
handleBigPicbox() { handleBigPicbox(val) {
this.bigPhotoPic = val
this.showBigpic = true; this.showBigpic = true;
}, },
closePic() { closePic() {

Loading…
Cancel
Save