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 @@ + + +