20250319 翻译

This commit is contained in:
2025-03-19 15:02:56 +08:00
parent 94b3b15b35
commit 15bbe21c67
18 changed files with 3900 additions and 618 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ namespace FineUIPro.Web
this.drpProject.SelectedValue = this.CurrUser.LoginProjectId;
}
this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
this.lblName.Text = BLL.UserService.GetUserNameByUserId(this.CurrUser.UserId);
this.lName.Text = BLL.UserService.GetUserNameByUserId(this.CurrUser.UserId);
this.MenuSwitchMethod(Request.Params["menuType"]);
this.InitMenuStyleButton();
this.InitMenuModeButton();