From 814a8465b6763019921f534948bc510e6cfdd09b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 18 Jun 2025 09:26:58 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90IoT=20=E7=89=A9=E8=81=94?= =?UTF-8?q?=E7=BD=91=E3=80=91=E7=89=A9=E6=A8=A1=E5=9E=8B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?-=E8=AE=BE=E5=A4=87=E5=B1=9E=E6=80=A7=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8D=A1=E7=89=87=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeviceDetailsThingModelProperty.vue | 86 ++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) 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() // 搜索的表单