diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/RoadStateCard/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/RoadStateCard/index.vue index c2db7f75..bdbee4b9 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/RoadStateCard/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/RoadStateCard/index.vue @@ -2,8 +2,14 @@
- + + +
+ +
+
@@ -23,7 +29,7 @@
- +
@@ -135,6 +141,15 @@ export default { width: 212px; height: 159px; } + + .icon { + display:inline-block; + width: 212px; + height: 159px; + line-height: 157px; + text-align: center; + border: 1px solid #fff; + } } .right { diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue index 944d0c5f..6985b889 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue @@ -132,7 +132,7 @@ export default { if (code != 200) return; this.data = { ...data, ...this.data }; - console.log(data); + console.log('trafficIncidents',data); }) .catch((err) => {}); }, diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/index.vue index 8e53283c..5cbe6744 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/index.vue @@ -359,8 +359,8 @@ export default { data.visibility = otherConfig.visibility; data.pictures = otherConfig.pictures || []; - // data.videoList = otherConfig.videoList || [] - data.videoList = otherConfig.videoList || ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4'] + data.videoList = otherConfig.videoList || [] + // data.videoList = otherConfig.videoList || ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4'] } this.detailDialogFormData = data; @@ -377,7 +377,7 @@ export default { let data = result.data; data.stringDirection = gzDirectionMapping[data.direction] || data.direction; - data.videoList = ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4']; + data.videoList = []; if (data.otherConfig) { let otherConfig = JSON.parse(data.otherConfig); // data.pictures = otherConfig.pictures || []; diff --git a/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js b/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js index cad7cfc3..208678ee 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js +++ b/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js @@ -40,13 +40,13 @@ export const CameraDirectionEnum = { // text: "上下行 (双向)", // }, 1: { - text: "上行(菏泽方向)", + text: "菏泽方向", }, 2: { text: "中", }, 3: { - text: "下行(济南方向)", + text: "济南方向", }, };