xiaoyong931011
2021-03-08 1badbc97914fd5b0a8c3e23a093966333d2baba6
20210308
3 files modified
18 ■■■■ changed files
src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html 8 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html 4 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html 6 ●●●● patch | view | raw | blame | history
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">
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">
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'},
                ]]
            });
        }