Browse Source

添加字段

main
mac 3 months ago
parent
commit
256913b6c7
  1. 2
      .env
  2. 3
      src/language/zh.json
  3. 4
      src/pages/record/assets/index.tsx

2
.env

@ -1,3 +1,3 @@
SKIP_PREFLIGHT_CHECK=true
GENERATE_SOURCEMAP=false
REACT_APP_BASEURL='http://203.161.61.234:8082'
REACT_APP_BASEURL='https://matontrading.com'

3
src/language/zh.json

@ -149,5 +149,6 @@
"Password must be a combination of letters and numbers":"密码必须是字母加数字的组合",
"New password":"新密码",
"Please enter a account":"请输入账号",
"Please enter a password":"请输入密码"
"Please enter a password":"请输入密码",
"Transfer account":"转出账号"
}

4
src/pages/record/assets/index.tsx

@ -136,6 +136,10 @@ const AssetsRecords = () => {
title: t('Describe'),
dataIndex: 'describe',
},
{
title: t('Transfer account'),
dataIndex: 'email'
},
{
title: t('Amount'),
dataIndex: 'amount'

Loading…
Cancel
Save