From fbe6ab3f9dee466b1b6557f27c862322ef45a89b Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Sun, 02 Mar 2025 14:15:18 +0800 Subject: [PATCH] refactor(mallMember): 注释掉会员列表页面的三个按钮- 注释掉了"碳币拨付"、"碳积分拨付"和"修改会员等级"三个按钮 - 保留了"添加会员"、"登录密码重置"和"资金密码重置"按钮 --- src/main/resources/templates/febs/views/modules/runVip/sellVipList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html index f2fe76d..4d23a27 100644 --- a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html +++ b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html @@ -1,4 +1,4 @@ -<div class="layui-fluid layui-anim febs-anim" id="febs-withdraw-list" lay-title="碳币提现"> +<div class="layui-fluid layui-anim febs-anim" id="febs-withdraw-list" lay-title="提现"> <div class="layui-row febs-container"> <div class="layui-col-md12"> <div class="layui-card"> @@ -146,7 +146,7 @@ {field: 'amountFee', title: '手续费', minWidth: 100,align:'center', totalRow:true}, {title: '状态', templet: '#statusType', minWidth: 100,align:'center'}, {field: 'createdTime', title: '创建时间', minWidth: 180,align:'center'}, - {title: '操作', toolbar: '#withdrawOption', minWidth: 100} + {title: '操作', toolbar: '#withdrawOption', minWidth: 200} ]], done: function(res, curr, count) { // 遍历每一行数据 -- Gitblit v1.9.1