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);