From 2c517851573040e7299c1be04c01bfcb0ee3f0c5 Mon Sep 17 00:00:00 2001 From: JIANG Date: Fri, 6 Feb 2026 17:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E9=81=93=E6=B8=85?= =?UTF-8?q?=E6=B4=97=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx b/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx index 01f08dd..b36b6de 100644 --- a/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx +++ b/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx @@ -47,7 +47,7 @@ const AnalysisParameters: React.FC = () => { const [drainageFeature, setDrainageFeature] = useState(null); const [startTime, setStartTime] = useState(dayjs(new Date())); - const [flushFlow, setFlushFlow] = useState(0); + const [flushFlow, setFlushFlow] = useState(200); const [duration, setDuration] = useState(3600); const [selectionMode, setSelectionMode] = useState<'none' | 'valve' | 'drainage'>('none'); @@ -401,7 +401,7 @@ const AnalysisParameters: React.FC = () => { - 冲洗流量 + 冲洗流量 (CMH)