refactor: Table 组件 ShowLineNo 默认值更改为 true

This commit is contained in:
Argo Zhang 2020-02-04 14:16:40 +08:00
parent 35fb697651
commit 37e54d121a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ namespace Bootstrap.Admin.Pages.Components
/// 获得/设置 是否显示行号
/// </summary>
[Parameter]
public bool ShowLineNo { get; set; }
public bool ShowLineNo { get; set; } = true;
/// <summary>
/// 获得/设置 是否显示选择列 默认为 false