瀏覽代碼

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

Cen_J 3 周之前
父節點
當前提交
5ea3350755
共有 1 個文件被更改,包括 9 次插入9 次删除
  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);
+    },
+  },
 ];