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)' }}
+
+
+
+
+
@@ -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)