Commit bfa585eb by guanzhenshan

paypal费用流水的费用改为订单金额

parent fa2b8a8d
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
{ field: 'transaction_type', title: '交易类型', width: '120' }, { field: 'transaction_type', title: '交易类型', width: '120' },
{ field: 'payment_type', title: '支付类型', width: '130', iscount: true }, { field: 'payment_type', title: '支付类型', width: '130', iscount: true },
{ field: 'currency', title: '币种', width: '130' }, { field: 'currency', title: '币种', width: '130' },
{ field: 'gross_amount', title: '总费用', width: '100', sortable: true, iscount: true }, { field: 'gross_amount', title: '订单金额', width: '100', sortable: true, iscount: true },
{ field: 'gross_amount_rmb', title: '总费用RMB', width: '130', iscount: true }, { field: 'gross_amount_rmb', title: '订单金额RMB', width: '130', iscount: true },
{ field: 'payment_status', title: '交易状态', width: '110' }, { field: 'payment_status', title: '交易状态', width: '110' },
{ field: 'receiver', title: '接收帐号', width: '110' }, { field: 'receiver', title: '接收帐号', width: '110' },
{ field: 'payment_date', title: '时间', width: '130', sortable: true } { field: 'payment_date', title: '时间', width: '130', sortable: true }
......
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