|
|
@@ -95,17 +95,17 @@
|
|
|
</el-tooltip>
|
|
|
|
|
|
<!--查看图片 查看回放原来逻辑 -->
|
|
|
- <div class="viewPhoto" v-if="false">
|
|
|
+ <div class="viewPhoto">
|
|
|
<i
|
|
|
- v-if="$QueryPermission(188)"
|
|
|
+ v-if="$QueryPermission(410)"
|
|
|
class="el-icon-picture"
|
|
|
- @click.stop="viewPhoto(item.device_id)"
|
|
|
+ @click.stop="viewDgpPhoto(item.device_id)"
|
|
|
></i>
|
|
|
- <i
|
|
|
+ <!-- <i
|
|
|
class="el-icon-video-camera-solid"
|
|
|
@click.stop="toplay(item.device_id, item.type_id, item.token, item.gb)"
|
|
|
v-if="$QueryPermission(236) && item.camera_playback == 1"
|
|
|
- ></i>
|
|
|
+ ></i> -->
|
|
|
</div>
|
|
|
<div class="more">
|
|
|
<el-popover placement="top" popper-class="hoverpopover" :width="10" trigger="click">
|
|
|
@@ -1072,6 +1072,9 @@ export default {
|
|
|
viewPhoto(id, gbId) {
|
|
|
this.$router.push('/index/photoViewDetail/' + this.Idlist[this.activeIndex].device_id)
|
|
|
},
|
|
|
+ viewDgpPhoto(id, gbId) {
|
|
|
+ this.$router.push('/index/photoViewDgp/' + this.Idlist[this.activeIndex].device_id)
|
|
|
+ },
|
|
|
// 获取视频列表
|
|
|
getJkList() {
|
|
|
this.$axios({
|
|
|
@@ -2128,7 +2131,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.viewPhoto {
|
|
|
- color: #eba219;
|
|
|
+ color: #14a478;
|
|
|
float: right;
|
|
|
font-size: 18px;
|
|
|
cursor: pointer;
|