xiaoyong931011
2020-07-27 044cb4aa5da2cf5928e3e36e4007a361cd88fb24
src/main/resources/templates/febs/views/modules/member/member.html
@@ -103,6 +103,11 @@
                   }
               });
             }
            if (layEvent === 'examine') {
              febs.modal.open( '个人数据详情', 'modules/member/memberDetailInfo/' + data.inviteId, {
                  maxmin: true,
                  });
              }
        });
        
@@ -128,7 +133,11 @@
                    {field: 'phone', title: '手机号', minWidth: 100,align:'left'},
                    {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
                    {field: 'realName', title: '姓名', minWidth: 200,align:'left'},
                    {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
                    {field: 'inviteId', title: '邀请码UID',
                       templet: function (d) {
                                return '<a lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</a>'
                            }
                        }, minWidth: 80,align:'center'},
                    {field: 'refererId', title: '上级邀请码UID', minWidth: 80,align:'center'},
                    {field: 'accountType', title: '账号类型',
                       templet: function (d) {