From ce1fba3d0a107bd6ea79b3ad9ae47c63f57a0a13 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 27 Sep 2021 20:12:18 +0800 Subject: [PATCH] 20210927 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html index cffe25b..6f8ef47 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -132,7 +132,7 @@ url: ctx + 'admin/mallMember/getMallMemberList', cols: [[ {field: 'phone', title: '手机号', minWidth: 150,align:'left'}, - {field: 'email', title: '邮箱', minWidth: 150,align:'left'}, + // {field: 'email', title: '邮箱', minWidth: 150,align:'left'}, {field: 'name', title: '名称', minWidth: 100,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, {field: 'referrerId', title: '推荐人邀请码', minWidth: 100,align:'left'}, -- Gitblit v1.9.1