添加页面
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
@attribute [Authorize]
|
||||
|
||||
|
||||
<PageContainer Title="管理员帐号">
|
||||
<PageContainer Title="管理员管理">
|
||||
<Breadcrumb>
|
||||
<Breadcrumb>
|
||||
<BreadcrumbItem Href="/">管理后台</BreadcrumbItem>
|
||||
<BreadcrumbItem Href="/admin/list">系统功能</BreadcrumbItem>
|
||||
<BreadcrumbItem>版本管理</BreadcrumbItem>
|
||||
<BreadcrumbItem>管理员管理</BreadcrumbItem>
|
||||
</Breadcrumb>
|
||||
</Breadcrumb>
|
||||
<ChildContent>
|
||||
|
||||
@@ -23,11 +23,12 @@
|
||||
</Flex>
|
||||
</TitleTemplate>
|
||||
<ColumnDefinitions>
|
||||
<PropertyColumn Property="c => c.Name" Title="语言名称">
|
||||
</PropertyColumn>
|
||||
<PropertyColumn Property="c => c.Title" Title="语言标题">
|
||||
<PropertyColumn Property="c => c.Title" Title="语言名称">
|
||||
|
||||
</PropertyColumn>
|
||||
<PropertyColumn Property="c => c.Name" Title="语言本地化">
|
||||
</PropertyColumn>
|
||||
|
||||
<PropertyColumn Property="c => c.Culture" Title="语言文化" Width="100px" />
|
||||
<PropertyColumn Property="c => c.Enabled" Title="状态" Width="80px" Align="ColumnAlign.Center">
|
||||
@if (context.Enabled)
|
||||
@@ -83,10 +84,10 @@
|
||||
<Form LabelColSpan="5" @ref="@editform" Model="@model" OnFinish="OnFormFinish">
|
||||
<FluentValidationValidator />
|
||||
<FormItem Label="语言标题">
|
||||
<Input @bind-Value="model.Title" For="(()=>model.Title)" Placeholder="语言标题" />
|
||||
<Input @bind-Value="model.Title" For="(()=>model.Title)" Placeholder="语言名称" />
|
||||
</FormItem>
|
||||
<FormItem Label="语言名称">
|
||||
<Input @bind-Value="model.Name" For="(()=>model.Name)" Placeholder="语言名称" />
|
||||
<Input @bind-Value="model.Name" For="(()=>model.Name)" Placeholder="语言本地化" />
|
||||
</FormItem>
|
||||
<FormItem Label="语言文化">
|
||||
<SimpleSelect @bind-Value="model.Culture" For="(()=>model.Culture)" Placeholder="语言文化">
|
||||
|
||||
Reference in New Issue
Block a user