refactor: 增加 Key 关键字

This commit is contained in:
Argo-Lenovo 2022-07-12 11:54:14 +08:00
parent 994f439d40
commit c0d21fcbb6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
var value = DictService.GetClientUrl(item.Value);
<div class="col-12 col-sm-12">
<BootstrapInputGroup>
<BootstrapInputGroup @key="item.Key">
<BootstrapInputGroupLabel DisplayText="@item.Key"></BootstrapInputGroupLabel>
<BootstrapInput Value="value" Readonly="true"></BootstrapInput>
<PopConfirmButton Placement="Placement.Top" Color="Color.Danger" Icon="fa fa-trash-o" ConfirmIcon="fa fa-exclamation-circle text-danger" ConfirmButtonColor="Color.Danger" Text="删除" Content="确定删除当前应用吗?" OnConfirm="() => OnDeleteClient(item.Value)" />