fix(burst-location): explain normal data source
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user