From e254dbf31f2189c34c96fac0037fad4675bab340 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 02 Feb 2026 11:42:32 +0800
Subject: [PATCH] style(ai): 1 刷新问题
---
src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 13 +++++++------
1 files changed, 7 insertions(+), 6 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 b63c0da..36db83d 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -265,19 +265,19 @@
function memberOut(id) {
febs.get(ctx + 'admin/mallMember/memberOut/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
function closeAccount(id) {
febs.get(ctx + 'admin/mallMember/closeAccount/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
function openAccount(id) {
febs.get(ctx + 'admin/mallMember/openAccount/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
@@ -343,7 +343,7 @@
function checkOrder(id) {
febs.get(ctx + 'admin/mallMember/checkOrder/' + id, null, function () {
febs.alert.success('操作成功');
- $query.click();
+ // $query.click();
});
}
@@ -391,13 +391,14 @@
{type: 'checkbox'},
{type: 'numbers', title: '', width: 80},
{field: 'checkOrder', title: '状态', templet: '#accountStatusSwitch', minWidth: 100,align:'center'},
- {field: 'checkOrder', title: '社区发布人', templet: '#checkOrderSwitch', minWidth: 100,align:'center'},
+ {field: 'checkOrder', title: '管理员', templet: '#checkOrderSwitch', minWidth: 100,align:'center'},
// {field: 'checkLeader', title: '自提核销', templet: '#checkLeaderSwitch', minWidth: 100,align:'center'},
// {field: 'isSalesman', title: '推销员设置', templet: '#isSalesmanSwitch', minWidth: 100,align:'center'},
// {title: '操作', toolbar: '#memberOption', minWidth: 200, align: 'center'},
{field: 'name', title: '用户名', minWidth: 100,align:'center'},
{field: 'realName', title: '真实姓名', minWidth: 100,align:'center'},
{field: 'phone', title: '联系方式', minWidth: 150,align:'center'},
+ {field: 'companyName', title: '公司', minWidth: 150,align:'center'},
// {field: 'balance', title: '余额', minWidth: 150,align:'center'},
// {field: 'score', title: '会员经验', minWidth: 150,align:'center'},
// {field: 'prizeScore', title: '积分', minWidth: 150,align:'center'},
@@ -405,7 +406,7 @@
// {field: 'totalScore', title: '总佣金', minWidth: 150,align:'center'},
// {field: 'directorName', title: '会员等级', minWidth: 150,align:'center'},
// {field: 'storeMasterName', title: '分销等级', minWidth: 150,align:'center'},
- {field: 'inviteId', title: '邀请码', minWidth: 100,align:'center'},
+ {field: 'companyCode', title: '公司码', minWidth: 100,align:'center'},
{field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'},
]]
});
--
Gitblit v1.9.1