|
@ -1,6 +1,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
<Dialog v-model="obverseVisible" :title="dialogData._itemData && dialogData._itemData.title"> |
|
|
<Dialog v-model="obverseVisible" :title="dialogData._itemData && dialogData._itemData.title"> |
|
|
<div class="TrafficIncidents"> |
|
|
<div class="TrafficIncidents"> |
|
|
|
|
|
<Video class="video-stream" :pileNum="dialogData.stakeMark" /> |
|
|
|
|
|
|
|
|
<Descriptions labelWidth="72px" :list="list" :data="data" style="gap: 18px" column="7" /> |
|
|
<Descriptions labelWidth="72px" :list="list" :data="data" style="gap: 18px" column="7" /> |
|
|
</div> |
|
|
</div> |
|
|
</Dialog> |
|
|
</Dialog> |
|
@ -10,6 +12,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 request from "@/utils/request"; |
|
|
import request from "@/utils/request"; |
|
|
import { dialogDelayVisible } from "./../mixin" |
|
|
import { dialogDelayVisible } from "./../mixin" |
|
@ -21,6 +24,7 @@ export default { |
|
|
components: { |
|
|
components: { |
|
|
Dialog, |
|
|
Dialog, |
|
|
Descriptions, |
|
|
Descriptions, |
|
|
|
|
|
Video |
|
|
}, |
|
|
}, |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
@ -129,6 +133,7 @@ export default { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
|
|
|
gap: 12px; |
|
|
|
|
|
|
|
|
.camera-video { |
|
|
.camera-video { |
|
|
flex: 1.5; |
|
|
flex: 1.5; |
|
|