diff --git a/src/pages/system-log/walletLog.tsx b/src/pages/system-log/walletLog.tsx index 5a4fc32..d03ecf9 100644 --- a/src/pages/system-log/walletLog.tsx +++ b/src/pages/system-log/walletLog.tsx @@ -17,6 +17,11 @@ const WalletLog = () => { dataIndex: 'balance', width: 200 }, + { + title: '账号', + dataIndex: 'email', + width: 200 + }, { title: 'MT帐号', dataIndex: 'count',