xiaoyong931011
2021-03-08 1badbc97914fd5b0a8c3e23a093966333d2baba6
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'},
                ]]
            });
        }