diff --git a/zhandianxinxi/光谱数据监控/src/App.vue b/zhandianxinxi/光谱数据监控/src/App.vue index 08cdc29..1752628 100644 --- a/zhandianxinxi/光谱数据监控/src/App.vue +++ b/zhandianxinxi/光谱数据监控/src/App.vue @@ -5,7 +5,7 @@ diff --git a/zhandianxinxi/光谱数据监控/src/views/Dashboard.vue b/zhandianxinxi/光谱数据监控/src/views/Dashboard.vue index 125ba56..0bdf1ec 100644 --- a/zhandianxinxi/光谱数据监控/src/views/Dashboard.vue +++ b/zhandianxinxi/光谱数据监控/src/views/Dashboard.vue @@ -4,47 +4,49 @@
- 蓝色:维修中 - 红色:离线 / >7天 - 橙色:滞后 1-7天 - 黄色:滞后 < 24h - 绿色:正常 + + 离线/>7天 + 滞后1-7天 + 滞后24h + 正常
-
+
- - 全部设备 + + 全部 - 异常关注 ({{ summary.errorCount + summary.warningCount }}) + 异常({{ summary.errorCount + summary.warningCount }}) - ♻️ 回收站 ({{ summary.hiddenCount }}) + 回收({{ summary.hiddenCount }}) @@ -62,19 +64,19 @@ :data="filteredData" border v-loading="loading" - style="width: 100%" + style="width: 100%; min-width: 950px;" :row-class-name="tableRowClassName" :height="tableHeight" :default-sort="{ prop: 'sortHours', order: 'descending' }" > - + - +