|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<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()">
|
|
|
<!--<div class="forthis" style="width: 22%; position: absolute;left: 0;z-index: 9999999999999;">-->
|
|
|
<!--<!– <div class="this-title">-->
|
|
@@ -37,6 +37,7 @@ import { getDahuaVideoServer, getTVWallList } from '@/api/dahua/dahua'
|
|
|
import { tvCameraList } from '@/api/haikang/haikang'
|
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
|
import { rotation } from '@/api/monitor'
|
|
|
+import Cookies from "js-cookie"
|
|
|
|
|
|
|
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
@@ -45,6 +46,7 @@ export default {
|
|
|
components: {},
|
|
|
data() {
|
|
|
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: [
|
|
|
{
|
|
|
'switchTab': '1',
|