This commit is contained in:
2026-07-16 17:46:43 +08:00
parent 4f81960199
commit 28fc3247f5
7 changed files with 17 additions and 12 deletions
@@ -264,8 +264,8 @@ namespace FineUIPro.Web.BaseInfo
/// <returns></returns>
private void GetButtonPower()
{
if (this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.fuweiId || this.CurrUser.UserId == Const.shenyinhangId)
{//系统管理员、合肥诺必达、付伟、申银行
if (this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.fuweiId || this.CurrUser.UserId == Const.shenyinhangId || this.CurrUser.UserId == Const.baihuiminId)
{//系统管理员、合肥诺必达、付伟、申银行、白慧敏
this.btnSave.Hidden = false;
}
}