diff --git a/src/views/photographicDevice/components/parameterSetDialog.vue b/src/views/photographicDevice/components/parameterSetDialog.vue index c5cedd9..082490c 100644 --- a/src/views/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/photographicDevice/components/parameterSetDialog.vue @@ -282,7 +282,6 @@ -
@@ -400,6 +399,187 @@
+ +
+ + +
+
+ 通道 + + + {{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channelname + }} + + +
+ + + + + + + + + + + + + + + + + + + + 查询 + + +
+
+ +
+
+ 通道 + + + {{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channelname + }} + + +
+ + + + + + + + + + + + + + + + + + + + 设置 + + +
+
+
+
+
@@ -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" >