From 75a94f49ae9ae99fbc615d418ce55863ce6cbae4 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Wed, 4 Sep 2024 16:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E8=A1=A5=E6=AD=A3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CorrectionModal/CorrectionModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CorrectionModal/CorrectionModal.tsx b/src/components/CorrectionModal/CorrectionModal.tsx index b3c11e1..6204cd6 100644 --- a/src/components/CorrectionModal/CorrectionModal.tsx +++ b/src/components/CorrectionModal/CorrectionModal.tsx @@ -399,7 +399,7 @@ export default function CorrectionModal(props: any) { } else { messageApi.open({ type: 'error', - content: '请选择要退款项目' + content: '请选择要补正项目' }) }