From c158ef6520624819a2a5c9707f6d01043345a09b Mon Sep 17 00:00:00 2001 From: hwj Date: Sun, 4 Jan 2026 15:43:56 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95=E6=9F=A5=E8=AF=A2=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/iot/device/index.ts | 2 + src/views/iot/historyData/index.vue | 181 ++++++++++++++++++++++++++++ 2 files changed, 183 insertions(+) create mode 100644 src/views/iot/historyData/index.vue diff --git a/src/api/iot/device/index.ts b/src/api/iot/device/index.ts index de0fb6b2..a49289c2 100644 --- a/src/api/iot/device/index.ts +++ b/src/api/iot/device/index.ts @@ -51,6 +51,8 @@ export interface LineDevicePageParams { deviceName?: string status?: string | number collectionTime?: string | number + collectionTimeStart?: string + collectionTimeEnd?: string } // 物联设备 API diff --git a/src/views/iot/historyData/index.vue b/src/views/iot/historyData/index.vue new file mode 100644 index 00000000..b4960646 --- /dev/null +++ b/src/views/iot/historyData/index.vue @@ -0,0 +1,181 @@ + + +