Commit bcb11f1a authored by Bill's avatar Bill

fix: 修复平台积分结算明细,本期结算金额取值bug

parent 893769ba
......@@ -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