马宇豪
2025-05-08 1289c40801a6f0da5ba786fb4a9e8203e3e2620a
src/types/monitorData.d.ts
@@ -38,12 +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>;
    }
}
@@ -66,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>;
    },
}