Browse Source

--task=1005072 --user=岑新靖 0520更新广州协会用户“最近登录时间”,升级中的功能先屏蔽 https://www.tapd.cn/41825616/s/1104781

Cen_J 3 weeks ago
parent
commit
5ea3350755
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/views/customer/customerList/columns.tsx

+ 9 - 9
src/views/customer/customerList/columns.tsx

@@ -67,13 +67,13 @@ export const baseColumns: TableColumnItem[] = [
       return formatToDateTime(text);
     },
   },
-  // {
-  //   title: '最后操作时间',
-  //   width: 180,
-  //   dataIndex: 'updatedAt',
-  //   hideInSearch: true,
-  //   customRender({ text }) {
-  //     return formatToDateTime(text);
-  //   },
-  // },
+  {
+    title: '最近登录时间',
+    width: 180,
+    dataIndex: 'theLastLoginTime',
+    hideInSearch: true,
+    customRender({ text }) {
+      return formatToDateTime(text);
+    },
+  },
 ];