feiyu02
2025-03-20 419fe50acad4674f50c6639b3ec7ccbcaf2cbf44
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
    };
  }