Skip to content

Commit 23bd743

Browse files
committed
refactor: 调整参数位置
1 parent 1bcf624 commit 23bd743

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/BootstrapBlazor/Components/Filters/FilterBase.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
3838
[Parameter]
3939
public int Count { get; set; }
4040

41-
/// <summary>
42-
/// 获得/设置 多个条件逻辑关系符号
43-
/// </summary>
44-
protected FilterLogic Logic { get; set; }
45-
4641
/// <summary>
4742
/// 获得/设置 所属 TableFilter 实例
4843
/// </summary>
@@ -55,6 +50,11 @@ public abstract class FilterBase : BootstrapModuleComponentBase, IFilterAction
5550
[CascadingParameter]
5651
protected FilterContext? FilterContext { get; set; }
5752

53+
/// <summary>
54+
/// 获得/设置 多个条件逻辑关系符号
55+
/// </summary>
56+
protected FilterLogic Logic { get; set; }
57+
5858
/// <summary>
5959
/// <inheritdoc/>
6060
/// </summary>

0 commit comments

Comments
 (0)