|
@ -1,32 +1,12 @@ |
|
|
<template> |
|
|
<template> |
|
|
<Dialog |
|
|
<Dialog v-model="obverseVisible" :title="dialogData._itemData && dialogData._itemData.title" width="650px"> |
|
|
v-model="obverseVisible" |
|
|
|
|
|
:title="dialogData._itemData && dialogData._itemData.title" |
|
|
|
|
|
width="650px" |
|
|
|
|
|
> |
|
|
|
|
|
<div class="TrafficIncidents"> |
|
|
<div class="TrafficIncidents"> |
|
|
<div class="header"> |
|
|
<div class="header"> |
|
|
<Video |
|
|
<Video class="video-stream" :pileNum="dialogData.stakeMark" rangeIndex="upCamera" :showHeader="false" /> |
|
|
class="video-stream" |
|
|
<Video class="video-stream" :pileNum="dialogData.stakeMark" rangeIndex="downCamera" :showHeader="false" /> |
|
|
:pileNum="dialogData.stakeMark" |
|
|
|
|
|
rangeIndex="upCamera" |
|
|
|
|
|
:showHeader="false" |
|
|
|
|
|
/> |
|
|
|
|
|
<Video |
|
|
|
|
|
class="video-stream" |
|
|
|
|
|
:pileNum="dialogData.stakeMark" |
|
|
|
|
|
rangeIndex="downCamera" |
|
|
|
|
|
:showHeader="false" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<Descriptions |
|
|
<Descriptions labelWidth="72px" :list="list" :data="data" style="gap: 18px" column="7" /> |
|
|
labelWidth="72px" |
|
|
|
|
|
:list="list" |
|
|
|
|
|
:data="data" |
|
|
|
|
|
style="gap: 18px" |
|
|
|
|
|
column="7" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</Dialog> |
|
|
</Dialog> |
|
|
</template> |
|
|
</template> |
|
@ -35,7 +15,7 @@ |
|
|
import Dialog from "@screen/components/Dialog/index.vue"; |
|
|
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/Video"; |
|
|
import Video from "@screen/components/VideoMulti"; |
|
|
|
|
|
|
|
|
import request from "@/utils/request"; |
|
|
import request from "@/utils/request"; |
|
|
import { dialogDelayVisible } from "./../mixin"; |
|
|
import { dialogDelayVisible } from "./../mixin"; |
|
|