视频展示

hn2.0
fanluyan 2 years ago
parent 2d400baf14
commit 94f4de263d

@ -373,6 +373,7 @@ export default {
lineId: -1,
towerId: -1,
label: -1,
search: "",
// timeVal: "",
},
photoPic: "",

@ -33,7 +33,7 @@
<video
width="100%"
height="100%"
:src="bigPicPath"
:src="bigPicPath.substring(0, bigPicPath.length - 9)"
controls="controls"
:poster="videopath"
autoplay

@ -34,6 +34,7 @@
range-separator="至"
start-placeholder="开始时间"
end-placeholder="结束时间"
format="HH:mm"
value-format="HH:mm:ss"
>
</el-time-picker>

@ -67,7 +67,7 @@
<div class="zzbox">
<!-- <h3>装置名称</h3> -->
<p class="zzidname">{{ cmdid }}</p>
<p class="addressname">这里是杆塔的地址{{ cmdid }}</p>
<p class="addressname">{{ address }}</p>
</div>
<div class="paramsDate">
<h3>日历快速查询</h3>
@ -274,6 +274,7 @@ export default {
i: 0,
newTermId: "",
zzstatus: "",
address: "",
};
},
watch: {
@ -379,6 +380,7 @@ export default {
console.log(this.zzstatus);
this.channelId = data.id; //id
this.cmdid = data.cmdid;
this.address = data.address;
this.newTermId = data.id; //id
console.log(data);
this.channelValue = [];

Loading…
Cancel
Save