From c129ae76b6e0ccd6a3f8637b65de0647f1a44219 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 29 Jul 2024 15:06:46 +0800 Subject: [PATCH] 后台 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 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 edfb863..f365cbe 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -139,9 +139,9 @@ <div class="layui-btn-container"> <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="exportMember">导出会员信息</button>--> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="addMember:update" lay-event="registMember">添加会员</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态NFT</button> + <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态卡牌</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="score">拨付代币可用</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付令牌可用</button> + <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付宝石可用</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPwd">重置登录密码</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPayPwd">重置支付密码</button> <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="agentLevelSet:update" lay-event="agentLevel">设置代理等级</button>--> @@ -318,18 +318,19 @@ {field: 'accountLogin', title: '登录账户', minWidth: 150,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, - {field: 'staticNft', title: '静态NFT', minWidth: 120,align:'left'}, - {field: 'trendsNft', title: '动态NFT', minWidth: 120,align:'left'}, - {field: 'frozenNft', title: '冻结NFT', minWidth: 120,align:'left'}, + {field: 'staticNft', title: '静态卡牌', minWidth: 120,align:'left'}, + {field: 'trendsNft', title: '动态卡牌', minWidth: 120,align:'left'}, + {field: 'totalPerk', title: '封存卡牌', minWidth: 120,align:'left'}, + // {field: 'frozenNft', title: '冻结卡牌', minWidth: 120,align:'left'}, {field: 'fcmCntAva', title: '代币可用', minWidth: 120,align:'left'}, {field: 'fcmCntFrozen', title: '代币冻结', minWidth: 120,align:'left'}, - {field: 'tokenAva', title: '门票可用', minWidth: 120,align:'left'}, - {field: 'tokenFrozen', title: '门票冻结', minWidth: 120,align:'left'}, - // {field: 'levelName', title: '会员类型', minWidth: 100,align:'left'}, + {field: 'tokenAva', title: '宝石可用', minWidth: 120,align:'left'}, + {field: 'tokenFrozen', title: '宝石冻结', minWidth: 120,align:'left'}, + {field: 'levelName', title: '会员类型', minWidth: 100,align:'left'}, // {field: 'storeMaster', title: '线下服务中心', templet:'#switchStoreMaster', minWidth: 120,align:'left',hide:toolbarMallmember}, // {field: 'director', title: '代理商', templet:'#switchDirector', minWidth: 120,align:'left' ,hide:toolbarMallmember}, // {field: 'creater', title: '联创', templet:'#switchCreate', minWidth: 120,align:'left' ,hide:toolbarMallmember}, - // {field: 'partner', title: '合伙人', templet:'#switchPartner', minWidth: 120,align:'left' ,hide:toolbarMallmember}, + {field: 'partner', title: '节点', templet:'#switchPartner', minWidth: 120,align:'left' ,hide:toolbarMallmember}, // {field: 'insideWith', title: '是否内转', templet:'#switchInsideWith', minWidth: 120,align:'left' ,hide:toolbarMallmember}, // {field: 'outsideWith', title: '是否提现', templet:'#switchOutsideWith', minWidth: 120,align:'left' ,hide:toolbarMallmember}, {field: 'isFrozen', title: '是否冻结', templet:'#switchFrozenWith', minWidth: 120,align:'left' ,hide:toolbarMallmember}, @@ -428,7 +429,7 @@ febs.alert.warn('只能选择一个用户'); return; } - systemPay("动态NFT", checkData[0].id, 1); + systemPay("动态卡牌", checkData[0].id, 1); } if (layEvent === 'voucherUpdate') { @@ -467,7 +468,7 @@ febs.alert.warn('请选择一个用户'); return; } - systemPay("门票可用", checkData[0].id, 3); + systemPay("宝石可用", checkData[0].id, 3); } if (layEvent === 'agentLevel') { -- Gitblit v1.9.1