|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
- <el-dialog title="电视墙" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
|
|
|
|
+ <el-dialog :title="title" :visible.sync="TVWallVisible" v-if="TVWallVisible" customClass="TVWallCustomWidth"
|
|
@close="cancelEventLocationShow()">
|
|
@close="cancelEventLocationShow()">
|
|
<!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
<!--<div @click="findCameraByEventCoordinate()">视频联动</div>-->
|
|
<!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
<!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
@@ -34,6 +34,7 @@ import {getDahuaVideoServer, getTVWallList} from '@/api/dahua/dahua'
|
|
import {tvCameraList} from '@/api/haikang/haikang'
|
|
import {tvCameraList} from '@/api/haikang/haikang'
|
|
import {findCameraByEventCoordinate, rotation} from '@/api/monitor'
|
|
import {findCameraByEventCoordinate, rotation} from '@/api/monitor'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
|
|
+import Cookies from "js-cookie";
|
|
|
|
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
export default {
|
|
export default {
|
|
@@ -41,6 +42,7 @@ export default {
|
|
components: {},
|
|
components: {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ 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: [
|
|
tvListJson: [
|
|
{
|
|
{
|
|
'switchTab': '1',
|
|
'switchTab': '1',
|