review:【antd】【iot】代码实现

This commit is contained in:
YunaiV
2025-12-21 23:04:57 +08:00
parent 835da00f2c
commit 13f81b3130
10 changed files with 37 additions and 47 deletions

View File

@@ -23,7 +23,9 @@ const messageChartRef = ref();
const { renderEcharts } = useEcharts(messageChartRef);
const loading = ref(false);
const messageData = ref<IotStatisticsApi.DeviceMessageSummaryByDateRespVO[]>([]);
const messageData = ref<IotStatisticsApi.DeviceMessageSummaryByDateRespVO[]>(
[],
);
/** 时间范围(仅日期,不包含时分秒) */
const dateRange = ref<[string, string]>([