From a988a368bc0896a23f793a55579afc6a71a717d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 6 Jun 2025 15:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 12 +- src/api/board/index.js | 8 + src/assets/images/icon5.jpg | Bin 35403 -> 27304 bytes src/components/AlmModal/index.vue | 507 ++++++++++++++++++++++++++++++ src/layout/components/Navbar.vue | 236 +++++++------- src/views/board/index.vue | 355 ++------------------- 6 files changed, 681 insertions(+), 437 deletions(-) create mode 100644 src/api/board/index.js create mode 100644 src/components/AlmModal/index.vue diff --git a/src/App.vue b/src/App.vue index 25e63f1..02830f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,18 @@ + diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2a93aed..9c5f5fa 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -110,7 +110,8 @@ type="text" icon="el-icon-view" @click.stop="viewActionSteps(scope.row)" - >查看措施 + >查看措施 + @@ -132,12 +133,12 @@ :closable="false" style="margin-bottom: 20px;" /> - +
- +
第{{ step.stepSequence }}步
- +

{{ step.description }}

- +
参考图片:
@@ -168,12 +169,12 @@ class="image-item" @click="previewImage(getFullImageUrl(image.imageUrl))" > - +
{{ image.description }}
- +
备注:{{ step.remark }} @@ -204,7 +205,7 @@ center >
- +
@@ -278,36 +279,48 @@
振动速度: - {{ currentRealtimeAlarm.deviceParam.vibrationSpeed || currentRealtimeAlarm.deviceParam.VibrationSpeed }}mm/s + {{ + currentRealtimeAlarm.deviceParam.vibrationSpeed || currentRealtimeAlarm.deviceParam.VibrationSpeed + }}mm/s
- +
振动位移: - {{ currentRealtimeAlarm.deviceParam.vibrationDisplacement || currentRealtimeAlarm.deviceParam.VibrationDisplacement }}um + {{ + currentRealtimeAlarm.deviceParam.vibrationDisplacement || currentRealtimeAlarm.deviceParam.VibrationDisplacement + }}um
- +
振动加速度: - {{ currentRealtimeAlarm.deviceParam.vibrationAcceleration || currentRealtimeAlarm.deviceParam.VibrationAcceleration }}g + {{ + currentRealtimeAlarm.deviceParam.vibrationAcceleration || currentRealtimeAlarm.deviceParam.VibrationAcceleration + }}g
- +
振动温度: - {{ currentRealtimeAlarm.deviceParam.vibrationTemp || currentRealtimeAlarm.deviceParam.VibrationTemp }}℃ + {{ + currentRealtimeAlarm.deviceParam.vibrationTemp || currentRealtimeAlarm.deviceParam.VibrationTemp + }}℃
-
+

🚨 触发的告警规则

-
@@ -327,11 +340,12 @@
-
+

📋 告警内容详情

-
@@ -356,12 +370,12 @@ :closable="false" style="margin-bottom: 20px;" /> - +
- +
第{{ step.stepSequence }}步
- +

{{ step.description }}

- +
参考图片:
@@ -392,12 +406,12 @@ class="image-item" @click="previewImage(getFullImageUrl(image.imageUrl))" > - +
{{ image.description }}
- +
备注:{{ step.remark }} @@ -412,14 +426,14 @@