From fe72f02095917ef6bd6ce5510b4f3ff1d2608654 Mon Sep 17 00:00:00 2001 From: lyp Date: Wed, 5 Mar 2025 01:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/payment/Payment.tsx | 7 ++++++- src/route/proj/ProjNew.tsx | 17 +++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx index 46c269a..33b8666 100644 --- a/src/components/payment/Payment.tsx +++ b/src/components/payment/Payment.tsx @@ -179,7 +179,7 @@ export default function Payment(props: IPaymentProps) { } }, { - title: '可用次数', + title: '可做件数', width: 100, align: 'center', dataIndex: 'packageCount', @@ -984,6 +984,10 @@ export default function Payment(props: IPaymentProps) { ]} /> + 注 : 不选购以下套餐包按平台显示价格扣费 @@ -1101,6 +1105,7 @@ export default function Payment(props: IPaymentProps) { {messageApiContext}
{ @@ -1086,6 +1094,7 @@ export default function ProjNew() { { sessionStorage.setItem('projName', projInfo.projName);