From ab3be886cc491c08de0e7a83b71f83230b0922e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 11 Jan 2023 14:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/areaTree.vue | 2 ++ .../fourEngin/command/rightOne.vue | 18 ++++++++++++------ .../projectAdmin/fourEngin/monitor/index.vue | 13 ++++++++----- .../fourEngin/security/leftCenter.vue | 18 ++++++++++++------ .../jlw/digitalSite/components/VideoDialog.vue | 15 +++++++++------ 5 files changed, 43 insertions(+), 23 deletions(-) diff --git a/src/components/areaTree.vue b/src/components/areaTree.vue index e7fbe71e..857eb456 100644 --- a/src/components/areaTree.vue +++ b/src/components/areaTree.vue @@ -406,6 +406,8 @@ export default { } .treeBox { height: calc(100% - 42px); + width: 306px; + margin-left: -50px; } .hasVedio.areaTreeBox { height: 100%; diff --git a/src/views/projectAdmin/fourEngin/command/rightOne.vue b/src/views/projectAdmin/fourEngin/command/rightOne.vue index 6d8716cd..0306458c 100644 --- a/src/views/projectAdmin/fourEngin/command/rightOne.vue +++ b/src/views/projectAdmin/fourEngin/command/rightOne.vue @@ -5,30 +5,36 @@

今日出勤

-

{{ list.todayAtte||0}}

+ +

186

在场

-

{{ list.bePresent||0 }}

+ +

342

今日出勤率

-

{{ list.atteRatio ||0}}%

+ +

54.39%

现场

-

{{ list.scene||0 }}

+ +

162

今日进场

-

{{ list.todayMobilization||0 }}

+ +

0

今日退场

-

{{ list.todayExit||0}}

+ +

0

diff --git a/src/views/projectAdmin/fourEngin/monitor/index.vue b/src/views/projectAdmin/fourEngin/monitor/index.vue index 41d45340..d28190ef 100644 --- a/src/views/projectAdmin/fourEngin/monitor/index.vue +++ b/src/views/projectAdmin/fourEngin/monitor/index.vue @@ -11,20 +11,23 @@
-
- +
+ + + - + - +
+
- +

今日出勤

-

{{ list.todayAtte||0 }}

+ +

186

在场

-

{{ list.bePresent||0 }}

+ +

342

今日出勤率

-

{{ list.atteRatio||0 }}%

+ +

54.39%

现场

-

{{ list.scene||0 }}

+ +

162

今日进场

-

{{ list.todayMobilization||0 }}

+

0

+

今日退场

-

{{ list.todayExit||0 }}

+

0

+
diff --git a/src/views/projectAdmin/jlw/digitalSite/components/VideoDialog.vue b/src/views/projectAdmin/jlw/digitalSite/components/VideoDialog.vue index 60f8ec73..79ad2593 100644 --- a/src/views/projectAdmin/jlw/digitalSite/components/VideoDialog.vue +++ b/src/views/projectAdmin/jlw/digitalSite/components/VideoDialog.vue @@ -40,24 +40,27 @@ export default { data() { return { videoList: [], - playList: [], + playList: [this.data], activeLiveData: { devSn: this.data.devSn} } }, methods: { + closeVideoDialog() { + this.close() + }, getPlayParams(data) { - console.log(data, '大罗勒密河') - if (!this.showVideoDialog) { - this.videoList = data - } else { + this.playList = data - } } } }