From 9d389dee9dfb78bf4a57ff41ba11d61c65134442 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 19 Dec 2025 14:13:42 +0800
Subject: [PATCH] 地图修改
---
src/types/monitorData.d.ts | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts
index e888c41..bd88bc1 100644
--- a/src/types/monitorData.d.ts
+++ b/src/types/monitorData.d.ts
@@ -38,10 +38,14 @@
startTime: string;
endTime: string;
time: Array<any>;
- gas: string;
+ gas: string | number;
+ position: number | null;
}
};
+ isPpm: boolean
gasList: Array<any>;
+ positionList: Array<any>;
+ excelData: Array<any>;
}
}
@@ -64,12 +68,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