From 1de2a86878a5adb98371758a770babb724ec5a67 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 04 Feb 2026 15:51:46 +0800
Subject: [PATCH] feat(mall): 添加会员角色ID字段

---
 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 ea74953..f926174 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -399,7 +399,7 @@
                     {field: 'realName', title: '真实姓名', minWidth: 100,align:'center'},
                     {field: 'phone', title: '联系方式', minWidth: 150,align:'center'},
                     {field: 'companyName', title: '公司', minWidth: 150,align:'center'},
-                    // {field: 'balance', title: '余额', minWidth: 150,align:'center'},
+                    {field: 'levelName', title: '角色', minWidth: 150,align:'center'},
                     // {field: 'score', title: '会员经验', minWidth: 150,align:'center'},
                     // {field: 'prizeScore', title: '积分', minWidth: 150,align:'center'},
                     // {field: 'commission', title: '可用佣金', minWidth: 150,align:'center'},

--
Gitblit v1.9.1