Commit d5aec47b authored by Bill's avatar Bill

Merge branch 'v2' into v2-220318

parents 54cceb0f 683b899f
......@@ -110,7 +110,7 @@ const EquityInfo: React.FC<EquityInfoProps> = ({
},
{
title: '会员权益名称',
dataIndex: 'rightTypeName ',
dataIndex: 'rightTypeName',
align: 'center',
},
{
......
......@@ -20,7 +20,7 @@ export const columns: ColumnsType<any> = [
title: '本期结算金额',
dataIndex: 'settlementAmount',
render: (text, record) => (
"¥" + record.ratio
"¥" + record.settlementAmount
)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment