fix(burst-location): explain normal data source

This commit is contained in:
2026-07-09 11:51:40 +08:00
parent 600a8703ed
commit 435a4172e4
3 changed files with 79 additions and 0 deletions
@@ -239,6 +239,19 @@ const AnalysisParameters: React.FC<Props> = ({ onResult }) => {
<MenuItem value="simulation"></MenuItem>
</Select>
</FormControl>
<Typography
variant="caption"
sx={{
mt: 0.75,
display: "block",
color: "text.secondary",
lineHeight: 1.6,
}}
>
{isSimulationMode
? "爆管数据读取所选方案模拟结果,正常数据读取实时模拟结果,两者使用同一爆管时间窗。"
: "爆管数据读取所选监测时间窗,正常数据默认读取前一天同一时段的监测数据。"}
</Typography>
</Box>
{isSimulationMode && (