@@ -604,6 +784,12 @@ export default {
idSetLoading: false,
//水印(安徽)
waterForm: {},
+ //osd参数
+ osdParams: {},
+ textlist: [],
+ timelist: [],
+ osdLoading: false,
+ osdSetLoading: false,
accesslist: [], //通道选择器
channelId: 1,
waterLoading: false,
@@ -1038,6 +1224,9 @@ export default {
this.waterLoading = false;
this.waterSetLoading = false;
},
+ //查询设置osd
+ osdSearch() {},
+ osdSet() {},
//装置状态报
//--act=runningstatus [0xEA] --cmdid=[CMD_ID]
runstatusSearch() {
@@ -1324,6 +1513,15 @@ export default {
text-align: right;
}
}
+ .osdParam {
+ .channelBox {
+ .title {
+ width: 38px;
+ display: inline-block;
+ padding: 0 12px 0 0;
+ }
+ }
+ }
}
}
diff --git a/src/views/realTimeMonitor/components/carouselChart.vue b/src/views/realTimeMonitor/components/carouselChart.vue
index a6f4d25..4c27857 100644
--- a/src/views/realTimeMonitor/components/carouselChart.vue
+++ b/src/views/realTimeMonitor/components/carouselChart.vue
@@ -17,6 +17,7 @@
:src="currentPicPath + '!1366x768'"
:preview-src-list="srcList"
@load="loadImage"
+ @error="setDefaultImage"
ref="picJpg"
>
@@ -353,6 +354,11 @@ export default {
this.getPointList(data);
},
loadImage() {
+ console.log("loading");
+ this.picLoading = false;
+ },
+ setDefaultImage(e) {
+ e.target.src = defaultImage;
this.picLoading = false;
},
//鼠标滚动