diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx
index 45f5b64..b8cbd96 100644
--- a/src/components/payment/Payment.tsx
+++ b/src/components/payment/Payment.tsx
@@ -219,12 +219,13 @@ export default function Payment(props: IPaymentProps) {
align: 'center',
dataIndex: 'packageName',
key: 'packageInfoId',
- ellipsis: {
- showTitle: false,
- },
- render: (text: string) => {
- return
{text}
- }
+ // ellipsis: {
+ // showTitle: false,
+ // },
+ ellipsis: true,
+ // render: (text: string) => {
+ // return {text}
+ // }
},
{
title: '套餐说明',
@@ -232,12 +233,15 @@ export default function Payment(props: IPaymentProps) {
align: 'center',
dataIndex: 'packageDescription',
key: 'packageInfoId',
- ellipsis: {
- showTitle: false,
- },
- render: (text: string) => {
- return {text}
- }
+ // ellipsis: {
+ // showTitle: false,
+ // },
+ ellipsis: true,
+ // render: (text: string) => {
+ // return {text}
+
+ // }
},
{