|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
|
+ <el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth-right"
|
|
|
@close="cancelEventLocationShow()">
|
|
|
|
|
|
<!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
@@ -24,21 +24,38 @@
|
|
|
<!--</div>-->
|
|
|
<div style="display: flex;" >
|
|
|
<!-- 新增落点详情侧边栏 -->
|
|
|
- <el-descriptions v-if="resourceDataShow" class="margin-top" title="" :column="1" :size="size" direction="horizontal" style="width: 20%;margin-right: 0;position: absolute;right:18px; height:648px; overflow-y: scroll;" border >
|
|
|
- <el-descriptions-item v-for="resource in resourceData">
|
|
|
- <template slot="label">
|
|
|
- {{resource.key}}
|
|
|
- </template>
|
|
|
- {{resource.value}}
|
|
|
- </el-descriptions-item>
|
|
|
- </el-descriptions>
|
|
|
+ <!--<el-descriptions v-if="resourceDataShow" class="margin-top" title="" :column="1" :size="size" direction="horizontal" style="width: 20%;margin-right: 0;position: absolute;right:18px; height:648px; overflow-y: scroll;" border >-->
|
|
|
+ <!--<el-descriptions-item v-for="resource in resourceData">-->
|
|
|
+ <!--<template slot="label">-->
|
|
|
+ <!--{{resource.key}}-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--{{resource.value}}-->
|
|
|
+ <!--</el-descriptions-item>-->
|
|
|
+ <!--</el-descriptions>-->
|
|
|
<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">
|
|
|
- <h4 style="">{{user.position}}:{{user.name}}</h4>
|
|
|
+ <div class="leader-info-container" v-if="userDataShow">
|
|
|
+ <div class="leader-info-list-con" v-for="user in userData">
|
|
|
+ <h4 style="">{{user.position}}:{{user.name}}</h4>
|
|
|
<h4>电话:{{user.phone}}</h4>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="leader-info-container" v-if="resourceDataShow">
|
|
|
+ <div class="leader-info-list-con">
|
|
|
+ <div v-for="resource in resourceData">
|
|
|
+ <el-descriptions class="margin-top" title="" :column="1" :size="size" direction="horizontal" border >
|
|
|
+ <el-descriptions-item >
|
|
|
+ <template slot="label">
|
|
|
+ {{resource.key}}
|
|
|
+ </template>
|
|
|
+ {{resource.value}}
|
|
|
+ </el-descriptions-item>
|
|
|
+ </el-descriptions>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
<!--<div class="leader-info-container" v-if="resourceDataShow">-->
|
|
|
<!--<div class="leader-info-list-con" >-->
|
|
|
<!--<h4 style="" v-for="resource in resourceData">{{resource.key}}:{{resource.value}}</h4>-->
|