Browse Source

commit

master
yyy9608 6 months ago
parent
commit
d7dcc060d9
  1. 4
      src/package/SimpleTrade/pages/client/recharge/index.tsx
  2. 4
      src/package/SimpleTrade/pages/client/withdraw/index.tsx

4
src/package/SimpleTrade/pages/client/recharge/index.tsx

@ -11,6 +11,10 @@ const RechargeRecord: FC = () => {
title: '账号ID', title: '账号ID',
dataIndex: 'a_mt4_login' dataIndex: 'a_mt4_login'
}, },
{
title: '备注昵称',
dataIndex: 'remark'
},
{ {
title: 'from地址', title: 'from地址',
dataIndex: 'from_address', dataIndex: 'from_address',

4
src/package/SimpleTrade/pages/client/withdraw/index.tsx

@ -15,6 +15,10 @@ const WithdrawRecord: FC = () => {
title: '账号ID', title: '账号ID',
dataIndex: 'a_mt4_login' dataIndex: 'a_mt4_login'
}, },
{
title: '备注昵称',
dataIndex: 'remark'
},
{ {
title: '交易ID', title: '交易ID',
dataIndex: 'tx_hash', dataIndex: 'tx_hash',

Loading…
Cancel
Save