From 1badbc97914fd5b0a8c3e23a093966333d2baba6 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 08 Mar 2021 10:04:17 +0800
Subject: [PATCH] 20210308

---
 src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html b/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
index 6bd6da8..b0740e2 100644
--- a/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
+++ b/src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
@@ -99,10 +99,9 @@
                 cols: [[
                     {field: 'phone', title: '手机号', minWidth: 100,align:'left'},
                     {field: 'realName', title: '姓名', minWidth: 120,align:'left'},
-                    {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
                     {field: 'inviteId', title: '邀请码UID',
                     	templet: function (d) {
-                            return '<a lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</a>'
+                            return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</button>'
                         }, minWidth: 80,align:'center'},
                     {field: 'rewardratioByMid', title: '盈亏',
                     	templet: function (d) {
@@ -135,7 +134,8 @@
                                     return '<span style="color:green;">正常账号</span>'
                                 }
                             },minWidth: 100,align:'center'},
-                    {field: 'agentAvailableBalance', title: '代理账户', minWidth: 80,align:'center',totalRow: true}
+                    {field: 'agentAvailableBalance', title: '代理账户', minWidth: 80,align:'center',totalRow: true},
+                    {field: 'email', title: '邮箱', minWidth: 80,align:'left'},
                 ]]
             });
         }

--
Gitblit v1.9.1