|
@@ -100,7 +100,7 @@
|
|
|
<div class="sensor-for-big-box"
|
|
|
:class="item.type == 1 ? 'sensor-color-a' : (item.type == 2 ? 'sensor-color-b' : 'sensor-color-c')"
|
|
|
v-if="item.funNum != 'huoyan'"
|
|
|
- v-for="(item,index) in checkedSubject.sensorFunctionStatusList" :key="index">
|
|
|
+ v-for="(item,index) in checkedSubject.sensorFunctionStatusList" :key="index_SuZhouDX">
|
|
|
<div class="sensor-for-min-box">
|
|
|
<img src="@/assets/ZDimages/subject/icon_bj_wd.png" v-if="item.funNum == 'wendu'">
|
|
|
<img src="@/assets/ZDimages/subject/icon_bj_sd.png" v-if="item.funNum == 'shidu'">
|
|
@@ -135,7 +135,7 @@
|
|
|
<div class="bottom-switch-box" v-if="rightButtonType == 2">
|
|
|
<p class="top-title">当前位置:{{checkedSubject.subAddrr.buildName}}{{checkedSubject.subAddrr.floorName}}</p>
|
|
|
<div class="switch-for-max-box" v-show="checkedSubject.labHardwareVOList" v-hasPermi="['laboratory:subcontrol:set']">
|
|
|
- <div class="switch-for-big-box" v-for="(item,index) in checkedSubject.labHardwareVOList" :key="index" v-if="item.isPcfire != 1">
|
|
|
+ <div class="switch-for-big-box" v-for="(item,index) in checkedSubject.labHardwareVOList" :key="index_SuZhouDX" v-if="item.isPcfire != 1">
|
|
|
<div class="switch-for-min-box" v-if="item.hardwareTypeEnum.enumName == 'SWITCH'">
|
|
|
<p class="switch-for-min-title">{{item.hardwareName?item.hardwareName:item.hardwareTypeEnum.hardwareTypeName}}</p>
|
|
|
<el-switch
|
|
@@ -179,10 +179,10 @@
|
|
|
<div class="bottom-video-box" v-if="rightButtonType == 3">
|
|
|
<p class="top-title">当前位置:{{checkedSubject.subAddrr.buildName}}{{checkedSubject.subAddrr.floorName}}</p>
|
|
|
<div class="video-for-max-box" v-if="checkedSubject.videoData[0]">
|
|
|
- <div class="switch-for-big-box" v-for="(item,index) in checkedSubject.videoData" :key="index">
|
|
|
+ <div class="switch-for-big-box" v-for="(item,index) in checkedSubject.videoData" :key="index_SuZhouDX">
|
|
|
<video :id="item.divId" ref="videoRef" autoplay controls :poster="videoCover"
|
|
|
muted width="490px" height="262px"></video>
|
|
|
- <p class="el-icon-full-screen position-p" @click="videoFullScreen(index)"></p>
|
|
|
+ <p class="el-icon-full-screen position-p" @click="videoFullScreen(index_SuZhouDX)"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<img class="null-data-img" src="@/assets/ZDimages/null-data.png" v-if="!checkedSubject.videoData[0]">
|
|
@@ -275,7 +275,7 @@ import {
|
|
|
} from '@/api/laboratory/subject'
|
|
|
import { filterDept } from "@/api/medicUniversity-3_1/index";
|
|
|
import addSubject from "./addSubject.vue";
|
|
|
-import deviceList from "./deviceList.vue";
|
|
|
+import deviceList from "./deviceList_SuZhouDX.vue";
|
|
|
import admissionConfiguration from "./admissionConfiguration.vue";
|
|
|
import associationConfiguration from "./associationConfiguration.vue";
|
|
|
import infoPage from "./infoPage.vue";
|
|
@@ -1021,7 +1021,7 @@ export default {
|
|
|
},
|
|
|
//视屏全屏方法
|
|
|
videoFullScreen(index){
|
|
|
- this.$refs.videoRef[index].webkitRequestFullScreen();
|
|
|
+ this.$refs.videoRef[index_SuZhouDX].webkitRequestFullScreen();
|
|
|
},
|
|
|
//断开视频流
|
|
|
videoOff(){
|