From c17afb3a974a09b31d1a1aecb8fce31e67eab088 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 14 Feb 2023 15:34:01 +0800 Subject: [PATCH] 后台商品修改 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 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 b05ae51..9fa67c1 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -164,7 +164,7 @@ } if (layEvent === 'agentSelect') { - febs.modal.open('代理人设置', 'modules/mallMember/agentSelect/' + data.id, { + febs.modal.open('推销员设置', 'modules/mallMember/agentSelect/' + data.id, { btn: ['提交', '取消'], yes: function (index, layero) { $('#agent-select').find('#submit').trigger('click'); @@ -288,7 +288,7 @@ {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="agentSelect" shiro:hasPermission="user:update">推销员设置</button>' // '<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>' -- Gitblit v1.9.1