视频展示

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

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

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

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

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

Loading…
Cancel
Save