From 1289c40801a6f0da5ba786fb4a9e8203e3e2620a Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 08 五月 2025 15:04:29 +0800
Subject: [PATCH] 新xiugai

---
 src/types/monitorData.d.ts |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts
index aef6fa0..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,13 +68,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 +102,4 @@
         };
         weatherTypeList: Array<any>;
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2