|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <v-scale-screen width="2200" height="1080" ref="screen" style="position = relative">
|
|
|
|
|
|
+ <v-scale-screen width="2200" height="1080">
|
|
<div class="task_screen_cotainer">
|
|
<div class="task_screen_cotainer">
|
|
<div class="task_header">「{{ currentTaskName }}」当前态势</div>
|
|
<div class="task_header">「{{ currentTaskName }}」当前态势</div>
|
|
<div class="tag" @click="jumpToHistory">
|
|
<div class="tag" @click="jumpToHistory">
|
|
@@ -204,8 +204,8 @@
|
|
<hkv1 v-if="HK1show" :companyVideoData="VideoData" />
|
|
<hkv1 v-if="HK1show" :companyVideoData="VideoData" />
|
|
<!-- <div class="video_body1"><HKVideo :companyVideoData="mainVideoData" :videoType="1"></HKVideo></div> -->
|
|
<!-- <div class="video_body1"><HKVideo :companyVideoData="mainVideoData" :videoType="1"></HKVideo></div> -->
|
|
<!-- <video id="videoPlayerTask" class="video-js" muted></video> -->
|
|
<!-- <video id="videoPlayerTask" class="video-js" muted></video> -->
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<!-- <hkv1 ref="hk1" v-if="HKshow" style="position = absolute;"/> -->
|
|
<!-- <hkv1 ref="hk1" v-if="HKshow" style="position = absolute;"/> -->
|
|
<!-- <div><HKVideo :companyVideoData="mainVideoData"></HKVideo></div> -->
|
|
<!-- <div><HKVideo :companyVideoData="mainVideoData"></HKVideo></div> -->
|
|
|
|
|
|
@@ -259,7 +259,7 @@
|
|
<div class="video_title">{{ videoPlayerName[4] }}</div>
|
|
<div class="video_title">{{ videoPlayerName[4] }}</div>
|
|
<video id="videoPlayer_fourth" class="video-js" muted></video>
|
|
<video id="videoPlayer_fourth" class="video-js" muted></video>
|
|
</div>
|
|
</div>
|
|
- </div> -->
|
|
|
|
|
|
+ </div> -->
|
|
<hkv v-if="HKshow" :companyVideoData="VideoData" ref="hkv" @init="HK1Init"/>
|
|
<hkv v-if="HKshow" :companyVideoData="VideoData" ref="hkv" @init="HK1Init"/>
|
|
<div class="center_no_data" v-if="false">
|
|
<div class="center_no_data" v-if="false">
|
|
<el-image
|
|
<el-image
|
|
@@ -405,7 +405,7 @@ export default {
|
|
// this.HKshow = false;
|
|
// this.HKshow = false;
|
|
|
|
|
|
this.$router.push("/situationScreen")
|
|
this.$router.push("/situationScreen")
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
},
|
|
},
|
|
// 表格样式修改
|
|
// 表格样式修改
|
|
@@ -499,7 +499,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.$message.error(errorMessage);
|
|
this.$message.error(errorMessage);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
// 切换任务
|
|
// 切换任务
|
|
async changeTask() {
|
|
async changeTask() {
|
|
@@ -828,7 +828,7 @@ export default {
|
|
this.videoPlayerName[index++] = res.data.data[item].name;
|
|
this.videoPlayerName[index++] = res.data.data[item].name;
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
-
|
|
|
|
|
|
+
|
|
for(let index = 0; index < this.dataSrc.length;index++)
|
|
for(let index = 0; index < this.dataSrc.length;index++)
|
|
{
|
|
{
|
|
this.VideoData.push(this.resolveUrl(this.dataSrc[index]))
|
|
this.VideoData.push(this.resolveUrl(this.dataSrc[index]))
|
|
@@ -837,7 +837,7 @@ export default {
|
|
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.HKshow = true;
|
|
this.HKshow = true;
|
|
-
|
|
|
|
|
|
+
|
|
}, 800);
|
|
}, 800);
|
|
},
|
|
},
|
|
resolveUrl(url){
|
|
resolveUrl(url){
|
|
@@ -870,7 +870,7 @@ export default {
|
|
mounted() {
|
|
mounted() {
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
// 获取全部单位
|
|
// 获取全部单位
|
|
this.getAllUnits();
|
|
this.getAllUnits();
|
|
// 获取全部系统
|
|
// 获取全部系统
|
|
@@ -881,7 +881,7 @@ export default {
|
|
// this.initUrl('步坦协同课目');
|
|
// this.initUrl('步坦协同课目');
|
|
// }, 1000);
|
|
// }, 1000);
|
|
// setTimeout(() => {
|
|
// setTimeout(() => {
|
|
-
|
|
|
|
|
|
+
|
|
// console.log('this.dataSrc :>> ', this.dataSrc);
|
|
// console.log('this.dataSrc :>> ', this.dataSrc);
|
|
// for(let index = 0; index < this.dataSrc.length;index++)
|
|
// for(let index = 0; index < this.dataSrc.length;index++)
|
|
// {
|
|
// {
|
|
@@ -893,7 +893,7 @@ export default {
|
|
// }, 1000);
|
|
// }, 1000);
|
|
|
|
|
|
// setTimeout(() => {
|
|
// setTimeout(() => {
|
|
-
|
|
|
|
|
|
+
|
|
// this.HKshow = true;
|
|
// this.HKshow = true;
|
|
|
|
|
|
// }, 800);
|
|
// }, 800);
|