From adc9abd145c24f2d3e7033bb738e1e8641eaf4cf Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 02 九月 2025 17:30:43 +0800
Subject: [PATCH] 2025.9.2

---
 src/views/realtimemode/component/RealTimeTrend.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/realtimemode/component/RealTimeTrend.vue b/src/views/realtimemode/component/RealTimeTrend.vue
index f22411e..ecda9af 100644
--- a/src/views/realtimemode/component/RealTimeTrend.vue
+++ b/src/views/realtimemode/component/RealTimeTrend.vue
@@ -30,6 +30,7 @@
 </template>
 <script>
 import { TYPE0 } from '@/constant/device-type';
+import { defaultFactorTypes } from '@/constant/checkbox-options';
 import { FactorDatas } from '@/model/FactorDatas';
 
 export default {
@@ -44,7 +45,7 @@
   },
   data() {
     return {
-      selectFactorType: ['1', '2', '3'],
+      selectFactorType: defaultFactorTypes(this.deviceType),
       show: true
     };
   }

--
Gitblit v1.9.3