From 12b8ccc96996918b4e910791f1a3ff10c3d59aa2 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Thu, 23 Jan 2025 12:00:11 +0800 Subject: [PATCH] feat(mall): 商品统计增加规格信息 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 11 ++++++----- 1 files changed, 6 insertions(+), 5 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 91051a2..46ac227 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -291,15 +291,16 @@ {field: 'phone', title: '手机号码', minWidth: 150,align:'left'}, {field: 'name', title: '用户昵称', minWidth: 100,align:'left'}, {field: 'birthday', title: '会员生日', minWidth: 100,align:'left'}, + {field: 'sex', title: '性别', minWidth: 100,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, - {field: 'balance', 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: '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: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, - {field: 'isSalesman', title: '推销员设置', templet: '#isSalesmanSwitch', minWidth: 100,align:'center'}, + // {field: 'levelName', title: '会员等级', minWidth: 100,align:'left'}, + // {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, + // {field: 'isSalesman', title: '推销员设置', templet: '#isSalesmanSwitch', minWidth: 100,align:'center'}, // {field: 'director', title: '总监', templet:'#switchDirector', minWidth: 100}, // {field: 'accountType', title: '账号类型', // templet: function (d) { -- Gitblit v1.9.1