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 @@