diff --git a/src/views/iot/device/device/detail/DeviceDetailsThingModelProperty.vue b/src/views/iot/device/device/detail/DeviceDetailsThingModelProperty.vue index 077fb54f2..6c00aee85 100644 --- a/src/views/iot/device/device/detail/DeviceDetailsThingModelProperty.vue +++ b/src/views/iot/device/device/detail/DeviceDetailsThingModelProperty.vue @@ -20,6 +20,16 @@ @clear="handleQuery" /> + + + + + + + + + + - + + + + + @@ -80,6 +163,7 @@ const queryParams = reactive({ }) const autoRefresh = ref(false) // 自动刷新开关 let autoRefreshTimer: any = null // 定时器 +const viewMode = ref<'card' | 'list'>('card') // 视图模式状态 const queryFormRef = ref() // 搜索的表单