From 2ddd82d44c350eea3ad41df90723a082b98c8b42 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 21 Dec 2022 15:04:23 +0800 Subject: [PATCH] 20221221 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 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 50e976b..4b68283 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -96,8 +96,8 @@ <div class="layui-btn-container"> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="registMember">添加会员</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="balance">拨付余额</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="score">拨付赠送积分</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="prizeScore">拨付竞猜积分</button> +<!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="score">拨付赠送积分</button>--> +<!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="prizeScore">拨付竞猜积分</button>--> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="resetPwd">重置登录密码</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="resetPayPwd">重置支付密码</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="agentLevel">设置代理等级</button> @@ -227,25 +227,26 @@ {type: 'checkbox'}, {field: 'phone', title: '账号', minWidth: 150,align:'left'}, {field: 'name', title: '名称', minWidth: 100,align:'left'}, - {field: 'balance', title: '余额', minWidth: 100,align:'left'}, - {field: 'score', title: '赠送积分', minWidth: 100,align:'left'}, - {field: 'prizeScore', title: '竞猜积分', minWidth: 100,align:'left'}, - {field: 'commission', title: '佣金', minWidth: 100,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, + {field: 'balance', title: '余额', minWidth: 100,align:'left'}, + // {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: 'levelName', title: '会员类型', minWidth: 100,align:'left'}, - {field: 'storeMaster', title: '店长', templet:'#switchStoreMaster', minWidth: 100}, - {field: 'director', title: '总监', templet:'#switchDirector', minWidth: 100}, - {field: 'accountType', title: '账号类型', - templet: function (d) { - if (d.accountType === 2) { - return '<span style="color:red;">测试账号</span>' - } else if (d.accountType === 1) { - return '<span style="color:green;">正常账号</span>' - }else{ - return '' - } - }, minWidth: 100,align:'center'}, + {field: 'level', title: '代理级别', minWidth: 100,align:'left'}, + {field: 'accountLevel', title: '会员类型', minWidth: 100,align:'left'}, + // {field: 'storeMaster', title: '店长', templet:'#switchStoreMaster', minWidth: 100}, + // {field: 'director', title: '总监', templet:'#switchDirector', minWidth: 100}, + // {field: 'accountType', title: '账号类型', + // templet: function (d) { + // if (d.accountType === 2) { + // return '<span style="color:red;">测试账号</span>' + // } else if (d.accountType === 1) { + // return '<span style="color:green;">正常账号</span>' + // }else{ + // return '' + // } + // }, minWidth: 100,align:'center'}, {field: 'accountStatus', title: '账号状态', templet: '#switchStatus', minWidth: 100,align:'center'}, {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'}, {title: '操作', -- Gitblit v1.9.1