添加下发水印

ds1.0
fanluyan 2 years ago
parent fa6d458b89
commit 3d2f772f15

@ -275,7 +275,11 @@
<videoCapture ref="videoCaptureref" :rowdata="rowData"></videoCapture> <videoCapture ref="videoCaptureref" :rowdata="rowData"></videoCapture>
</div> </div>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="水印(安徽)" name="7"> <el-tab-pane
label="水印(安徽)"
name="7"
v-if="rowData.protocol == '65281'"
>
<div class="tabsBox"> <div class="tabsBox">
<el-tabs <el-tabs
v-model="tabsActive" v-model="tabsActive"
@ -926,7 +930,7 @@ export default {
{ {
name: "channel", name: "channel",
value: this.waterForm.channelId, value: this.channelId,
}, },
{ {
name: "leftBottom", name: "leftBottom",
@ -1073,10 +1077,8 @@ export default {
console.log(hexArray); console.log(hexArray);
this.upperComputer.ip = hexArray.join("."); this.upperComputer.ip = hexArray.join(".");
//ip //ip
console.log(this.idParameter); console.log(this.idParameter);
} }
this.$message({ this.$message({
duration: 1500, duration: 1500,
showClose: true, showClose: true,

Loading…
Cancel
Save