From 7cd5e4d9e5450aaf5617a1e69c14ceefb55c011b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 24 Nov 2022 10:47:50 +0800
Subject: [PATCH] 20221117  挂机极差,以自己的等级为基准

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

diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index 821facb..079c684 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/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) {

--
Gitblit v1.9.1