From 90912195e3e38418c5629f70d30327ffbce45121 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 28 Mar 2022 16:04:02 +0800
Subject: [PATCH] add quartz job for mine income
---
src/main/resources/templates/febs/views/dapp/member.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index 6f16640..88885eb 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -126,7 +126,7 @@
1: {title: '不可提现'}
}[d.withdrawAble];
}}
- <span shiro:lacksPermission="user:view,user:update,user:delete">
+ <span shiro:lacksPermission="member:accountStatus,member:changeAble,member:withdrawAble">
<span class="layui-badge-dot febs-bg-orange"></span> 无权限
</span>
<a lay-event="accountStatus" shiro:hasPermission="member:accountStatus" title="设置用户状态">{{accountStatus.title}}</a>
@@ -240,11 +240,11 @@
{type: 'checkbox'},
{type: 'numbers'},
{field: 'address', title: '地址', minWidth: 130},
- {title: '余额', templet: '#balance', minWidth: 150},
+ {title: '余额', templet: '#balance', minWidth: 120},
{title: '授权列表', templet: '#approve-list', minWidth: 110},
{field: 'inviteId', title: '邀请码', minWidth: 130},
{field: 'refererId', title: '上级邀请码', minWidth: 130},
- {title: '账户状态', templet: '#user-status'},
+ {title: '账户状态', templet: '#user-status', minWidth: 120},
{title: '是否可兑换', templet: '#change-able', minWidth: 130},
{title: '是否可提现', templet: '#withdraw-able', minWidth: 130},
{field: 'createTime', title: '创建时间', minWidth: 180},
--
Gitblit v1.9.1