+
@@ -136,10 +137,11 @@
overflow: "auto",
margin: "10px auto 10px auto"
},
- playerStyle: {
+ playerBoxStyle: {
"margin": "0 auto 20px auto",
"height": this.winHeight + "px",
},
+ playerHeight: this.winHeight,
winHeight: window.innerHeight - 240,
playTime: null,
timeRange: null,
@@ -179,7 +181,7 @@
},
mounted() {
this.recordListStyle.height = this.winHeight + "px";
- this.playerStyle["height"] = this.winHeight + "px";
+ this.playerBoxStyle["height"] = this.winHeight + "px";
this.chooseDate = moment().format('YYYY-MM-DD')
this.dateChange();
window.addEventListener('beforeunload', this.stopPlayRecord)
diff --git a/web_src/src/components/common/GroupTree.vue b/web_src/src/components/common/GroupTree.vue
index 88a5945e..f86973ec 100755
--- a/web_src/src/components/common/GroupTree.vue
+++ b/web_src/src/components/common/GroupTree.vue
@@ -32,7 +32,8 @@
{{''}}
-
+
+
{{ node.label }}(编号:{{ node.data.deviceId }})
{{ node.label }}
diff --git a/web_src/src/components/common/RegionTree.vue b/web_src/src/components/common/RegionTree.vue
index 97fac821..2012e0c8 100755
--- a/web_src/src/components/common/RegionTree.vue
+++ b/web_src/src/components/common/RegionTree.vue
@@ -32,7 +32,8 @@
{{''}}
-
+
+
{{ node.label }}(编号:{{ node.data.deviceId }})
{{ node.label }}