From 2ae7d73e29010a1f1b43c3b71f6789c16c2c3128 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 19 May 2025 14:39:09 +0800
Subject: [PATCH] fix(mall): 修复完善信息赠送新人礼逻辑

---
 src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html |    1 +
 1 files changed, 1 insertions(+), 0 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 8820abe..8b1b6e3 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -397,6 +397,7 @@
                     {field: 'totalScore', title: '总佣金', minWidth: 150,align:'center'},
                     {field: 'directorName', title: '会员等级', minWidth: 150,align:'center'},
                     {field: 'storeMasterName', title: '分销等级', minWidth: 150,align:'center'},
+                    {field: 'isSalesman', title: '推销员设置', templet: '#isSalesmanSwitch', minWidth: 100,align:'center'},
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'center'},
                     {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'},
                 ]]

--
Gitblit v1.9.1