diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index b1eaa67..2c20b6d 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -81,7 +81,9 @@ class="smallnoPic" v-else-if="item.path.indexOf('videos') !== -1" > + +

{ @@ -252,16 +254,18 @@ export default { }, //查询时间时间表 inquireRealbtn() { - console.log(this.selaccess, this.selfacilityId); + console.log(this.selaccess, this.selfacilityId, this.newcmdzzid); selectPhotoTimeGetJoggle({ channel: this.selaccess, termId: this.selfacilityId, + cmdId: this.newcmdzzid, }) .then((res) => { this.$message.success("查询成功"); + console.log(this.shedulenr); // this.shedulenr = res.data.list.join("; ") - this.shedulenr = res.data.list; - this.loading = false; + // this.shedulenr = res.data.list; + // this.loading = false; }) .catch((err) => { this.$message.error("查询失败"); diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index b010f06..28f8f0e 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -439,9 +439,8 @@ export default { //设置时间表 handleSetSchedule() { this.$refs.setschedule_ref.display(); - this.$refs.setschedule_ref.getSingleAccess(this.channelId); + this.$refs.setschedule_ref.getSingleAccess(this.channelId, this.cmdid); this.$refs.setschedule_ref.deviceList(); - console.log(); }, handlexfTime() { console.log(this.newTermId); diff --git a/src/views/realTimeSearch/index.vue b/src/views/realTimeSearch/index.vue index 01e24b4..ab0775b 100644 --- a/src/views/realTimeSearch/index.vue +++ b/src/views/realTimeSearch/index.vue @@ -64,7 +64,7 @@ v-for="(item, index) in picList" :key="index" > - + @@ -85,6 +85,30 @@

+
+ + +
+

+ {{ item.linename }};{{ item.displayname }};{{ + item.channnelname + }} +

+

+ 拍照时间:{{ + $moment(item.photoTime).format("YYYY-MM-DD HH:mm:ss") + }} + 上传时间:{{ + $moment(item.recvTime).format("YYYY-MM-DD HH:mm:ss") + }} +

+
+
@@ -280,6 +304,7 @@ export default { border-radius: 3px; background: #fff; height: fit-content; + height: 320px; .el-card__body { padding: 0px; } @@ -291,7 +316,8 @@ export default { img { cursor: pointer; width: 100%; - height: 100%; + height: 250px; + object-fit: fill; } .caption {