zhouwx
2025-11-11 fc70a46bf84cda4fbe53332f4abd84cf1227fe95
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,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>;
    },
}
@@ -93,8 +97,14 @@
            searchParams: {
                time: Array<any>;
                weatherType: string;
                dateType?: number | string,
                date?: number | string
            }
        };
        weatherTypeList: Array<any>;
        dateTypeList?: Array<any>;
        max?: number,
        min?: number,
        avg?:number
    }
}