tangning 8 月之前
父节点
当前提交
a3077a2eeb
共有 3 个文件被更改,包括 7 次插入0 次删除
  1. 1 0
      src/locales/lang/en/routes/equity.ts
  2. 1 0
      src/locales/lang/zh-CN/routes/equity.ts
  3. 5 0
      src/views/finance/data.tsx

+ 1 - 0
src/locales/lang/en/routes/equity.ts

@@ -19,6 +19,7 @@ export default {
   giveType: 'Methods',
   nickName: 'Nickname',
   userName1: 'Account',
+  userCreateTime: 'Account registration time',
   email: 'Email',
   userCount: 'Authorized Quantity',
   incrementType: {

+ 1 - 0
src/locales/lang/zh-CN/routes/equity.ts

@@ -19,6 +19,7 @@ export default {
   giveType:'授权方式',
   nickName:'昵称',
   userName1:'账号',
+  userCreateTime:'账号注册时间',
   email:'邮箱',
   userCount:'授权数量',
   incrementType:{

+ 5 - 0
src/views/finance/data.tsx

@@ -47,6 +47,11 @@ export const columns: BasicColumn[] = [
     width: 180,
   },
   {
+    title: t('routes.equity.userCreateTime'),
+    dataIndex: 'userCreateTime',
+    width: 180,
+  },
+  {
     title: t('routes.equity.email'),
     dataIndex: 'email',
     // slots: { customRender: 'orderType' },