|
@@ -2,27 +2,7 @@
|
|
|
<div>
|
|
|
<el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
|
@close="cancelEventLocationShow()">
|
|
|
-
|
|
|
- <!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
|
- <!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
|
- <!--<div class="i-list-con" style="height: 46vh; overflow-y: scroll;">-->
|
|
|
- <!--<span v-for="(item,index) in cameraList" :key="index">-->
|
|
|
- <!--<div class="d-l-con" @click="playhk(item.channelCode)">-->
|
|
|
- <!--<div class="d-l-l-text">-->
|
|
|
- <!--<i class="i-small"></i>-->
|
|
|
- <!--<h4>{{ item.cameraName }}</h4>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</span>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<div style="width:70%;height:400px;position:absolute;">-->
|
|
|
- <!--<!–视频窗口展示---大华–>-->
|
|
|
- <!--<div id="dom1" class="dom1"></div>-->
|
|
|
- <!--<!–视频窗口展示---海康–>-->
|
|
|
- <!--<div id="playWnd" class="playWnd" style="left: 0px; top: 0px;"></div>-->
|
|
|
- <!--</div>-->
|
|
|
- <div style="display: flex;" >
|
|
|
+ <div style="display: flex;">
|
|
|
<div id="dom1" class="dom1"></div>
|
|
|
<div class="leader-info-container" v-if="userDataShow">
|
|
|
<div class="leader-info-list-con" v-for="user in userData">
|
|
@@ -30,19 +10,17 @@
|
|
|
<h4>电话:{{user.phone}}</h4>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
<div class="leader-info-container" v-if="detailDataShow">
|
|
|
<div class="leader-info-list-con">
|
|
|
<div v-for="(value, key) in detailData" :key="key">
|
|
|
<el-descriptions class="margin-top" title="" :column="1" size="mini" border>
|
|
|
- <el-descriptions-item :label="`${key}:`" :contentStyle='contentStyle' :labelStyle='labelStyle' >
|
|
|
+ <el-descriptions-item :label="`${key}`">
|
|
|
{{ value }}
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -63,16 +41,6 @@ export default {
|
|
|
components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
- contentStyle: {
|
|
|
- 'background-color':'#063652',
|
|
|
- 'color':'white'
|
|
|
- },
|
|
|
- //label样式
|
|
|
- labelStyle: {
|
|
|
- 'width': '80px',
|
|
|
- 'background-color':'#063652',
|
|
|
- 'color':'white'
|
|
|
- },
|
|
|
title:['365','369','371','373','372','370'].includes(Cookies.get("deptId"))?"电视墙":"电视墙\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000您的所有操作痕迹已被后台记录,请谨慎操作。部分摄像头处于敏感区域,已屏蔽操控权限,无法操控。",
|
|
|
tvListJson: [],
|
|
|
TVWallVisible: false,
|