From be2e4177ace198b06a699d109439447ff236e7dd Mon Sep 17 00:00:00 2001 From: tangshaojian <63377964@qq.com> Date: Fri, 10 Jan 2025 14:26:25 +0800 Subject: [PATCH] =?UTF-8?q?tsj:=20=E5=85=AD=E5=A4=A7=E8=A1=8C=E4=B8=9A--?= =?UTF-8?q?=E5=9B=BA=E5=BA=9F-=E5=BB=BA=E7=AD=91=E5=9E=83=E5=9C=BE?= =?UTF-8?q?=E7=9A=84=E5=BC=B9=E5=87=BA=E4=BD=8D=E7=BD=AE=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IndustryOperationNew/components/WasteDisposal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationNew/components/WasteDisposal/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationNew/components/WasteDisposal/index.tsx index 4e26adef..5b2b0001 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationNew/components/WasteDisposal/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationNew/components/WasteDisposal/index.tsx @@ -53,6 +53,7 @@ const WasteDisposal: React.FC = () => { labelStyle={commonLabelStyle} unitStyle={commonUnitStyle} decimals={2} + onClick={handleClick} /> { labelStyle={commonLabelStyle} unitStyle={commonUnitStyle} decimals={2} - onClick={handleClick} /> -- GitLab