xiaoyong931011
2022-11-24 7cd5e4d9e5450aaf5617a1e69c14ceefb55c011b
src/main/resources/templates/febs/views/dapp/member.html
@@ -319,7 +319,8 @@
                    // {field: 'username', title: '用户名', minWidth: 120},
                    {title: '用户名',
                        templet: function (d) {
                                return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:update"><span>'+d.username+'</span></button>'
                                return '<a lay-event="teamInfo" shiro:hasPermission="teamInfo:update">'+d.username+'</a>'
                            // '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:update"><span>'+d.username+'</span></button>'
                        },minWidth: 130,align:'center'},
                    {field: 'identity', title: '会员',
                        templet: function (d) {