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/documentary/followLabelSet.html | 8 ++++----
src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html | 4 ++--
src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
index 0a6b83a..de6e129 100644
--- a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
+++ b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
@@ -26,12 +26,12 @@
<span shiro:lacksPermission="user:view,user:update,user:delete">
<span class="layui-badge-dot febs-bg-orange"></span> 无权限
</span>
- <a lay-event="edit" shiro:hasPermission="user:update">编辑
+ <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="edit" shiro:hasPermission="user:update">编辑
<i class="layui-icon febs-edit-area febs-blue"></i>
- </a>
- <a lay-event="delete" shiro:hasPermission="user:update">删除
+ </button>
+ <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="delete" shiro:hasPermission="user:update">删除
<i class="layui-icon febs-edit-area febs-blue"></i>
- </a>
+ </button>
</script>
<!-- 表格操作栏 end -->
<script data-th-inline="none" type="text/javascript">
diff --git a/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html b/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
index a86be79..5546e95 100644
--- a/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
+++ b/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
@@ -66,9 +66,9 @@
<span shiro:lacksPermission="user:view,user:update,user:delete">
<span class="layui-badge-dot febs-bg-orange"></span> 无权限
</span>
- <a lay-event="delete" shiro:hasPermission="user:update">删除
+ <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="delete" shiro:hasPermission="user:update">删除
<i class="layui-icon febs-edit-area febs-blue"></i>
- </a>
+ </button>
</script>
<!-- 表格操作栏 end -->
<script data-th-inline="none" type="text/javascript">
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