From aa75a9d46ee325f0a92e42f733aabb1f92103aeb Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 28 三月 2025 17:44:29 +0800
Subject: [PATCH] 走航融合模块完成

---
 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