|
@ -2,7 +2,8 @@ |
|
|
<Dialog v-model="obverseVisible" :title="dialogData._itemData && dialogData._itemData.title" width="500px" top="10%"> |
|
|
<Dialog v-model="obverseVisible" :title="dialogData._itemData && dialogData._itemData.title" width="500px" top="10%"> |
|
|
<div class="RoadNetworkFacilities"> |
|
|
<div class="RoadNetworkFacilities"> |
|
|
<div class="header"> |
|
|
<div class="header"> |
|
|
<Video class="video-stream" :pileNum="dialogData.stakeMark" :showHeader="false" /> |
|
|
<Video class="video-stream" :pileNum="dialogData.stakeMark" rangeIndex="upCamera" :showHeader="false" /> |
|
|
|
|
|
<!-- <Video class="video-stream" :pileNum="dialogData.stakeMark" /> --> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="SolarEnergy"> |
|
|
<div class="SolarEnergy"> |
|
@ -22,6 +23,7 @@ import Dialog from "@screen/components/Dialog/index.vue"; |
|
|
import Descriptions from "@screen/components/Descriptions.vue"; |
|
|
import Descriptions from "@screen/components/Descriptions.vue"; |
|
|
// import { getRoadInfoByStakeMark, getProduct } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js" |
|
|
// import { getRoadInfoByStakeMark, getProduct } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js" |
|
|
import Video from "@screen/components/VideoMulti"; |
|
|
import Video from "@screen/components/VideoMulti"; |
|
|
|
|
|
// import Video from "@screen/components/Video"; |
|
|
import request from "@/utils/request"; |
|
|
import request from "@/utils/request"; |
|
|
import { dialogDelayVisible } from "./../mixin"; |
|
|
import { dialogDelayVisible } from "./../mixin"; |
|
|
import { tabList } from './data' |
|
|
import { tabList } from './data' |
|
@ -55,7 +57,7 @@ export default { |
|
|
let dData = { ...this.dialogData }; |
|
|
let dData = { ...this.dialogData }; |
|
|
this.formList = tabList[dData.facilityType] |
|
|
this.formList = tabList[dData.facilityType] |
|
|
|
|
|
|
|
|
if(dData.facilityType) |
|
|
if (dData.facilityType) |
|
|
if (dData.otherConfig) { |
|
|
if (dData.otherConfig) { |
|
|
let otherConfig = JSON.parse(dData.otherConfig); |
|
|
let otherConfig = JSON.parse(dData.otherConfig); |
|
|
dData.latitude = otherConfig.dimension |
|
|
dData.latitude = otherConfig.dimension |
|
@ -71,7 +73,7 @@ export default { |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.RoadNetworkFacilities { |
|
|
.RoadNetworkFacilities { |
|
|
width: 456px; |
|
|
width: 452px; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|