From 39aa6ef858efbd7eb25968988a0f5b7702c48b1c Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Fri, 17 Apr 2026 15:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E9=9B=86=E8=AE=BE=E5=A4=87=E4=B9=9D?= =?UTF-8?q?=E5=AE=AB=E6=A0=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.ts | 4 +- src/views/iot/device/index.vue | 560 +++++++++++++++++++++++++++------ 2 files changed, 459 insertions(+), 105 deletions(-) diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index ccaa04da..64f5a418 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -3865,7 +3865,7 @@ export default { password: '密码', topic: '订阅主题', - settingDialogTitle: '设备设置', + settingDialogTitle: '设置', connect: '连接', disconnect: '断开连接', @@ -4242,7 +4242,7 @@ export default { username: '用户名', password: '密码', - settingDialogTitle: '设备设置', + settingDialogTitle: '设置', connect: '连接', disconnect: '断开连接', diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue index d07cfef6..29a77974 100644 --- a/src/views/iot/device/index.vue +++ b/src/views/iot/device/index.vue @@ -204,66 +204,116 @@ class="grid-card" @click="openDetailForm(item?.id,item?.deviceName)" > - -
- - - -
- -
- + +
+
+
+ 📊 +
+
+
{{ item.deviceName }}
+
{{ item.deviceCode }}
+
+
+ {{ item.operatingStatus }} - +
-
{{ t('DataCollection.Device.deviceName') }}:{{ item.deviceName }}
-
{{ t('DataCollection.Device.deviceCode') }}:{{ item.deviceCode }}
-
{{ t('DataCollection.Device.collectionTime') }}:{{ item.collectionTime }}
- +
+
+
+ 📡 + 采集协议 +
+
+ +
+
+
+
+ ⏱️ + 采集时间 +
+
+ {{ item.collectionTime }} +
+
- +
- <!– 位置信息 –> -
- - - - {{ item.location }} -
--> +
- - @@ -763,7 +813,7 @@ - +