refactor: Table 组件 ShowLineNo 默认值更改为 true
This commit is contained in:
parent
35fb697651
commit
37e54d121a
|
@ -105,7 +105,7 @@ namespace Bootstrap.Admin.Pages.Components
|
|||
/// 获得/设置 是否显示行号
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public bool ShowLineNo { get; set; }
|
||||
public bool ShowLineNo { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 获得/设置 是否显示选择列 默认为 false
|
||||
|
|
Loading…
Reference in New Issue