From 7c8c06b5397d22151b02407b1f4f19d771bb15dd Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 16 六月 2025 14:28:57 +0800 Subject: [PATCH] 修改 --- src/types/monitorData.d.ts | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts index aef6fa0..7d983d8 100644 --- a/src/types/monitorData.d.ts +++ b/src/types/monitorData.d.ts @@ -38,10 +38,13 @@ startTime: string; endTime: string; time: Array<any>; - gas: string; + gas: string | number; + position: number | null; } }; gasList: Array<any>; + positionList: Array<any>; + excelData: Array<any>; } } @@ -64,13 +67,14 @@ pageSize: number; searchParams: { time: Array<any>; - gas: string; - area: string; + gas: string | number; + area: string |number; } }; gasList: Array<any>; areaList: Array<any>; - } + excelData: Array<any>; + }, } export interface TableWeatherRow { @@ -97,4 +101,4 @@ }; weatherTypeList: Array<any>; } -} \ No newline at end of file +} -- Gitblit v1.9.2