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 d270a36b..df35c1e9 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,51 +7,31 @@
{{ dialogData.deviceName || "-" }}
-
+
-
-
+
+ ">
雨刷:
-
-
+
+
摄相机参数
-
+
@@ -61,10 +41,7 @@
-
+
@@ -164,7 +141,7 @@ export default {
},
methods: {
controlClick: throttle(function (type) {
- controlCamera(this.deviceId, type);
+ controlCamera(this.dialogData.iotDeviceId, type);
}, 150),
visibleClose(bool) {
if (bool) return;
@@ -228,7 +205,7 @@ export default {
align-items: center;
justify-content: end;
- > div {
+ >div {
font-size: 16px;
padding: 6px 12px;
}