From 076f5a4f0a7c5a4d3a6d3a1a61ff96a0091e3320 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 06 May 2023 15:04:21 +0800
Subject: [PATCH] 星级补贴逻辑修改

---
 src/main/resources/templates/febs/views/modules/mallMember/agentAllMember.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/agentAllMember.html b/src/main/resources/templates/febs/views/modules/mallMember/agentAllMember.html
index 5216595..818999b 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/agentAllMember.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/agentAllMember.html
@@ -49,8 +49,9 @@
                 id: 'agentChild',
                 url: ctx + 'admin/mallMember/agentChild?parentId=1',
                 cols: [[
+                    {field: 'accountLogin', title: '登录账户', minWidth: 150,align:'center'},
                     {field: 'name', title: '姓名', minWidth: 150,align:'center'},
-                    {field: 'phone', title: '电话', minWidth: 150,align:'center',hide:toolbarAgentListChild},
+                    {field: 'phone', title: '手机号码', minWidth: 150,align:'center',hide:toolbarAgentListChild},
                     {field: 'inviteId', title: '邀请码', minWidth: 150,align:'center'},
                     {field: 'levelName', title: '等级', minWidth: 150,align:'center'},
                     {field: 'amount', title: '团队业绩', minWidth: 150,align:'center'},

--
Gitblit v1.9.1