From 701c5a949dfb3ee2874d5b9549162d0bed943ad6 Mon Sep 17 00:00:00 2001 From: Huarch Date: Thu, 9 Jul 2026 11:55:49 +0800 Subject: [PATCH] fix(burst-location): surface data source note --- .../BurstLocation/AnalysisParameters.tsx | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/components/olmap/BurstLocation/AnalysisParameters.tsx b/src/components/olmap/BurstLocation/AnalysisParameters.tsx index 2461912..5d571f0 100644 --- a/src/components/olmap/BurstLocation/AnalysisParameters.tsx +++ b/src/components/olmap/BurstLocation/AnalysisParameters.tsx @@ -4,6 +4,7 @@ import React, { useCallback, useMemo, useState } from "react"; import ExpandMoreIcon from "@mui/icons-material/ExpandMore"; import RefreshIcon from "@mui/icons-material/Refresh"; import { + Alert, Box, Button, CircularProgress, @@ -239,19 +240,26 @@ const AnalysisParameters: React.FC = ({ onResult }) => { 模拟方案 - - {isSimulationMode - ? "爆管数据读取所选方案模拟结果,正常数据读取实时模拟结果,两者使用同一爆管时间窗。" - : "爆管数据读取所选监测时间窗,正常数据默认读取前一天同一时段的监测数据。"} - + + 数据选择规则 + + + {isSimulationMode + ? "当前为模拟方案:爆管数据取所选方案模拟结果,正常数据取实时模拟结果,两者使用同一爆管时间窗。" + : "当前为监测数据:爆管数据取所选监测时间窗,正常数据默认取前一天同一时段的监测数据。"} + + {isSimulationMode && (