diff --git a/src/views/photographicDevice/components/workStatus.vue b/src/views/photographicDevice/components/workStatus.vue index 0802e95..5bf1919 100644 --- a/src/views/photographicDevice/components/workStatus.vue +++ b/src/views/photographicDevice/components/workStatus.vue @@ -73,7 +73,7 @@ + --> -

+

+ (已告警)

@@ -614,6 +615,10 @@ export default { color: #169e8c; } } + .alarmSpan { + color: #f00; + font-weight: bold; + } } .moreSmallPic { width: 9.8%; @@ -623,6 +628,10 @@ export default { color: #fff; background: linear-gradient(180deg, #4cdbc8 10%, #128071); } + .alarmSpan { + color: #f00; + font-weight: bold; + } } } .littlePic { diff --git a/src/views/realTimeMonitor/components/siderBar.vue b/src/views/realTimeMonitor/components/siderBar.vue index 686174a..07357e0 100644 --- a/src/views/realTimeMonitor/components/siderBar.vue +++ b/src/views/realTimeMonitor/components/siderBar.vue @@ -87,45 +87,19 @@ {{ node.label }} - ({{ data.list.length }} ) + ({{ data.onlinenum }} / {{ data.totalnum }}) + + ({{ data.list.length }}) -
@@ -380,7 +354,7 @@ export default {