diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue index a1b2e6a1..6b29c6e8 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue @@ -6,17 +6,6 @@ - 设备参数 @@ -28,8 +17,13 @@ - + @@ -39,6 +33,7 @@ import Button from "@screen/components/Buttons/Button.vue"; import Descriptions from "@screen/components/Descriptions.vue"; import BroadcastReleases from "./components/BroadcastReleases.vue"; import Video from "@screen/components/Video"; + import { DeviceTypeEnum } from "@screen/utils/enum.js"; import { @@ -91,13 +86,13 @@ export default { key: "direction", enum: "CameraDirectionEnum", }, - { - label: "所属机构", - key: "organizationName", - }, + // { + // label: "所属机构", + // key: "organizationName", + // }, { label: "设备厂商", - key: "brand", + key: "manufacturer", }, { label: "设备状态", @@ -128,7 +123,7 @@ export default { if (roadInfo) this.data.roadName = roadInfo.roadName; }, methods: { - handleClickTabs() { }, + handleClickTabs() {}, }, }; @@ -168,7 +163,7 @@ export default { align-items: center; justify-content: end; - >div { + > div { font-size: 16px; padding: 6px 12px; } diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue index dbdd2288..f177141a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue @@ -91,7 +91,7 @@ export default { }, { label: "设备厂商", - key: "brand", + key: "manufacturer", }, { label: "工作模式", @@ -151,6 +151,7 @@ export default { if (roadInfo) this.data.roadName = roadInfo.roadName; }, methods: { + handleClickTabs() {}, requestURL(functionId = 52, options = {}) { return new Promise((resolve, reject) => { request diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue index 11fae8ab..e841b8d3 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue @@ -86,7 +86,7 @@ export default { }, { label: "设备厂商", - key: "brand", + key: "manufacturer", }, ], }; diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue index a49aec91..ba1f9fa3 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue @@ -3,9 +3,9 @@
-
@@ -13,28 +13,27 @@ -