From 36f5cf295fa7f425fa80c9f329e747c48ffeae63 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 07 Sep 2023 17:52:43 +0800
Subject: [PATCH] 优惠卷列表

---
 src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 668ab7c..b305536 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -265,9 +265,9 @@
                     // {field: 'score', title: '赠送积分', minWidth: 100,align:'left'},
                     // {field: 'prizeScore', title: '竞猜积分', minWidth: 100,align:'left'},
                     // {field: 'commission', title: '佣金', minWidth: 100,align:'left'},
-                    // {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'},
+                    {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'},
                     {field: 'levelName', title: '会员类型', minWidth: 100,align:'left'},
-                    {field: 'salesmansName', title: '推销员', minWidth: 100,align:'left'},
+                    // {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'},
                     // {field: 'storeMaster', title: '店长', templet:'#switchStoreMaster', minWidth: 100},
                     // {field: 'director', title: '总监', templet:'#switchDirector', minWidth: 100},
                     // {field: 'accountType', title: '账号类型',
@@ -296,11 +296,11 @@
                     {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'},
                     {title: '操作',
                         templet: function (d) {
-                            return  '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="agentSelect" shiro:hasPermission="user:update">推销员设置</button>'
+                            return  ''
                                 // '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="moneyFlow" shiro:hasPermission="user:update">资金流水</button>'
                                 // + '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="addLeader" shiro:hasPermission="user:update">设置为团长</button>'
 
-                        },minWidth: 200,align:'center', fixed:"right"}
+                        },minWidth: 200,align:'center'}
                 ]]
             });
         }

--
Gitblit v1.9.1