Browse Source

添加字段

main
mac 1 month ago
parent
commit
ec916bdda3
  1. 5
      src/pages/system-log/walletLog.tsx

5
src/pages/system-log/walletLog.tsx

@ -17,6 +17,11 @@ const WalletLog = () => {
dataIndex: 'balance', dataIndex: 'balance',
width: 200 width: 200
}, },
{
title: '账号',
dataIndex: 'email',
width: 200
},
{ {
title: 'MT帐号', title: 'MT帐号',
dataIndex: 'count', dataIndex: 'count',

Loading…
Cancel
Save