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
+2 -2
View File
@@ -278,8 +278,8 @@ namespace FineUIPro.Web.BaseInfo
{
this.btnSave.Hidden = false;
}
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.btnDataBase.Hidden = false;
}
}