From 2f4dd0b0ba57cc66f2e2d0df7bbbf6cbfe9ba8c7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 23 Aug 2023 14:06:23 +0800
Subject: [PATCH] 后台修改

---
 src/main/resources/templates/febs/views/dapp/member.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index f60a86d..d556964 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -175,6 +175,8 @@
                     //         return '<span class="layui-btn layui-btn-normal layui-btn-xs">'+d.accountType+'</span>'
                     //     },minWidth: 130,align:'center'},
                     {field: 'address', title: '地址', minWidth: 400, totalRowText: '合计'},
+                    {field: 'refererId', title: '上级邀请码', minWidth: 100},
+                    {field: 'inviteId', title: '邀请码', minWidth: 100},
                     {field: 'coinAmount', title: '余额', minWidth: 130},
                     {field: 'scoreAmount', title: '赠送积分', minWidth: 130},
                     {field: 'balance', title: '资产包', minWidth: 130},
@@ -183,8 +185,6 @@
                     {field: 'activeStatus', title: '是否激活', templet:'#switchActiveStatus', minWidth: 120},
                     {field: 'accountType', title: '会员级别', minWidth: 130},
                     // {field: 'directProfit', title: '直推收益', minWidth: 100, totalRow: true},
-                    {field: 'refererId', title: '上级邀请码', minWidth: 100},
-                    {field: 'inviteId', title: '邀请码', minWidth: 100},
                     {field: 'chainType', title: '所属链', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},
                     {title: '操作', minWidth: 300 ,toolbar: '#mallmember-option',align:'left', fixed:'right'}

--
Gitblit v1.9.1