From 392ff42d4115e0edf003757c85827cf0b5b56acb Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 16 七月 2024 13:47:16 +0800 Subject: [PATCH] 导出 --- src/types/monitorData.d.ts | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts index 9ff2d0c..7d983d8 100644 --- a/src/types/monitorData.d.ts +++ b/src/types/monitorData.d.ts @@ -38,12 +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>; } } @@ -66,12 +67,13 @@ 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>; }, } -- Gitblit v1.9.2