From b73481d604380e302f899b2c5de9a1014c69693c Mon Sep 17 00:00:00 2001 From: JIANG Date: Thu, 5 Mar 2026 11:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AE=A1=E9=81=93=E5=86=B2?= =?UTF-8?q?=E6=B4=97=E9=9D=A2=E6=9D=BF=E7=9A=84=E6=A0=B7=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FlushingAnalysis/AnalysisParameters.tsx | 2 +- .../olmap/FlushingAnalysis/SchemeQuery.tsx | 43 ++++++++++++++++--- 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx b/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx index 241e666..32e2f8f 100644 --- a/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx +++ b/src/components/olmap/FlushingAnalysis/AnalysisParameters.tsx @@ -426,7 +426,7 @@ const AnalysisParameters: React.FC = () => { - + @@ -356,11 +355,41 @@ const SchemeQuery: React.FC = ({ {schemes.length === 0 ? ( - 暂无方案数据 + + + + + + + 总共 0 条 + + No data + ) : ( - - + + 共 {schemes.length} 条记录 {schemes.map((scheme) => (