diff --git a/ruoyi-ui/src/api/equipment/type/api.js b/ruoyi-ui/src/api/equipment/type/api.js index 72980505..f4a47dd1 100644 --- a/ruoyi-ui/src/api/equipment/type/api.js +++ b/ruoyi-ui/src/api/equipment/type/api.js @@ -145,7 +145,7 @@ export function listDevicesType() { // 设备在线率统计 export function deviceStatusList(id) { return request({ - url: "/system/status/deviceStatusList?deviceld=" + id, + url: "/system/status/deviceStatusList/" + id, method: "get", }); } diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue b/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue new file mode 100644 index 00000000..d3b9e270 --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue @@ -0,0 +1,225 @@ + + + + + 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 2cc5b2f8..1c85889a 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 @@ -12,7 +12,7 @@ diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue index d3925f33..d270a36b 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue @@ -7,25 +7,51 @@ -
+
- 雨刷: - - + style=" + color: #3de8ff; + font-size: 15px; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + line-height: 18px; + " + > + 雨刷: + + +
摄相机参数 - + @@ -35,7 +61,10 @@
- + @@ -52,8 +81,8 @@ import { getRoadInfoByStakeMark, getOrganizationName, } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js"; -import { controlCamera } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js" -import { throttle } from "lodash" +import { controlCamera } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js"; +import { throttle } from "lodash"; import { dialogDelayVisible } from "./../mixin"; @@ -135,7 +164,7 @@ export default { }, methods: { controlClick: throttle(function (type) { - controlCamera(this.deviceId, type) + controlCamera(this.deviceId, type); }, 150), visibleClose(bool) { if (bool) return; @@ -199,7 +228,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 8ba65e9e..2b75466b 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 @@ -11,7 +11,7 @@ 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 03508f22..22e2b3b1 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 @@ -4,11 +4,20 @@