feat:【IoT 物联网】初始化 IoT 固件详情页 80%

This commit is contained in:
YunaiV
2025-07-02 23:30:09 +08:00
parent 667d6fc35c
commit a5cb8e510c
5 changed files with 113 additions and 178 deletions

View File

@@ -244,5 +244,5 @@ export enum DICT_TYPE {
IOT_ALERT_RECEIVE_TYPE = 'iot_alert_receive_type', // IoT 告警接收类型
IOT_OTA_TASK_DEVICE_SCOPE = 'iot_ota_task_device_scope', // IoT OTA任务设备范围
IOT_OTA_TASK_STATUS = 'iot_ota_task_status', // IoT OTA 任务状态
IOT_OTA_RECORD_STATUS = 'iot_ota_record_status' // IoT OTA 记录状态
IOT_OTA_TASK_RECORD_STATUS = 'iot_ota_task_record_status' // IoT OTA 记录状态
}