+ @mouseleave="leave" @click.stop="openshipinShipinjiankong(item, index)">
+
+
设备名称:{{ item.name }}
设备通道:{{ item.channelNo }}
@@ -240,6 +244,8 @@ export default {
},
data() {
return {
+ buttonFlag: false,
+ topFlag: false,
checkList: ['选中且禁用', '复选框 A'],
btnRuqinbaojing: [],
btnShipinjiankong: [],
@@ -427,7 +433,15 @@ export default {
openshipinRuqinbaojing() {
this.seenshipinRuqinbaojing = !this.seenshipinRuqinbaojing
},
- openshipinShipinjiankong(index) {
+ openshipinShipinjiankong(item, index) {
+ this.topFlag = false;
+ this.buttonFlag = false;
+ var showTopButton = item.topPosition.slice(0, item.topPosition.lastIndexOf("%"))
+ if (showTopButton >= 80) {
+ this.topFlag = true;
+ } else {
+ this.buttonFlag = true;
+ }
this.active = index
this.seenshipinShipinjiankong = !this.seenshipinShipinjiankong
},
diff --git a/src/views/zhiwujiance/zhiwujianceInfo.vue b/src/views/zhiwujiance/zhiwujianceInfo.vue
index 62d2481..f9315f7 100644
--- a/src/views/zhiwujiance/zhiwujianceInfo.vue
+++ b/src/views/zhiwujiance/zhiwujianceInfo.vue
@@ -93,8 +93,8 @@ export default {
// tableKey: 0,
// index: 0,
viewTitle: '',
- // fileUrl: 'http://8.130.39.13:7003/upload/monitor/',
- fileUrl: 'http://huirong.ybkjyl.com/imagesDownload/',
+ fileUrl: 'http://8.130.39.13:7003/upload/monitor/',
+ // fileUrl: 'http://huirong.ybkjyl.com/imagesDownload/',
supplierType_list: [
{ title: '摄像头', id: '1' },
],