From 43f049112f9ac490506a2c28346b393db8524d80 Mon Sep 17 00:00:00 2001 From: YueL1331 <358700404@qq.com> Date: Fri, 9 Jan 2026 12:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhandianxinxi/光谱数据监控/src/App.vue | 2 +- .../src/views/Dashboard.vue | 159 ++++++++++++------ 2 files changed, 104 insertions(+), 57 deletions(-) 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' }" > - + - +