From 3099427eb6306d0b9bb0ce11d8f349f687e004d2 Mon Sep 17 00:00:00 2001 From: YueL1331 <358700404@qq.com> Date: Wed, 7 Jan 2026 17:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=AB=AF=E4=B8=8A=E4=BC=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhandianxinxi/光谱数据监控/src/App.vue | 60 ++++++++++---------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/zhandianxinxi/光谱数据监控/src/App.vue b/zhandianxinxi/光谱数据监控/src/App.vue index ce9ad40..59d6edb 100644 --- a/zhandianxinxi/光谱数据监控/src/App.vue +++ b/zhandianxinxi/光谱数据监控/src/App.vue @@ -100,36 +100,34 @@ @opened="initCharts" direction="rtl" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
+ + {{ formatDisplayName(activeDevice.name) }} + + {{ getStatusLabel(activeDevice) }} + + {{ activeDevice.latest_time }} + {{ activeDevice.check_time }} + +
+
+

+ + {{ is106Site ? '光谱能量分布 (完整原始数据)' : '高光谱传感器数据 (Up/Down Spec)' }} +

+
+
+
+
+ 型号: {{ module.model }} + SN: {{ module.sn }} +
+
+
+
+
+
@@ -140,7 +138,7 @@ import axios from 'axios' import * as echarts from 'echarts' import { ElMessage, ElMessageBox } from 'element-plus' import { Loading, CircleCheck, Refresh, DataLine } from '@element-plus/icons-vue' -import sidevueold from "./sidevueold.vue" + // --- 响应式布局状态 --- const windowWidth = ref(window.innerWidth) const isMobile = computed(() => windowWidth.value < 768)