From 314fda70e41cf22b5abafaf86b08b8e8bf8c2d7d Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 08 May 2025 11:55:59 +0800
Subject: [PATCH] refactor(mall): 重构会员管理系统

---
 src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html |    5 +++--
 1 files changed, 3 insertions(+), 2 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 5415bbd..1197007 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -329,8 +329,9 @@
                     {type: 'checkbox'},
                     {type: 'numbers', title: '', width: 80},
                     // {title: '操作', toolbar: '#memberOption', minWidth: 200, align: 'center'},
-                    {field: 'phone', title: '手机号码', minWidth: 150,align:'left'},
-                    {field: 'name', title: '用户昵称', minWidth: 100,align:'left'},
+                    {field: 'name', title: '用户名', minWidth: 100,align:'left'},
+                    {field: 'realName', title: '真实姓名', minWidth: 100,align:'left'},
+                    {field: 'phone', title: '联系方式', minWidth: 150,align:'left'},
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},
                     {field: 'checkOrder', title: '核销员', templet: '#checkOrderSwitch', minWidth: 100,align:'center'},
                     {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'},

--
Gitblit v1.9.1