| 
									
										
										
										
											2025-01-24 22:42:26 +08:00
										 |  |  | @namespace ThingsGateway.Admin.Razor | 
					
						
							|  |  |  | @inherits ComponentDefault | 
					
						
							|  |  |  | @using ThingsGateway.Admin.Application | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <ValidateForm class="p-4" Model="@Model" OnValidSubmit="OnSave"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-11 15:05:03 +08:00
										 |  |  |     <AvatarUpload @bind-Value="@Picture" DisplayText=@AdminLocalizer["Picture"] IsMultiple=false Accept="image/*" OnChange="OnAvatarUpload" DefaultFileList=PreviewFileList></AvatarUpload> | 
					
						
							| 
									
										
										
										
											2025-01-24 22:42:26 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <BootstrapInput @bind-Value=@Model.Phone></BootstrapInput> | 
					
						
							|  |  |  |     <BootstrapInput @bind-Value=@Model.Email></BootstrapInput> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <Button class="mt-2" ButtonType="ButtonType.Submit" Icon="fa-solid fa-floppy-disk" IsAsync Text=@RazorLocalizer["Save"] /> | 
					
						
							|  |  |  | </ValidateForm> |