From ec916bdda3da5499864626d082a0c60a2c560ed7 Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 16 Aug 2024 13:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system-log/walletLog.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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',