We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe14b3 commit 44dfabaCopy full SHA for 44dfaba
src/BootstrapBlazor.Server/Components/Components/CustomerFilter.razor.cs
@@ -17,7 +17,7 @@ public partial class CustomerFilter
17
new() { Value = "", Text = "请选择 ..." },
18
new() { Value = "10", Text = "大于 10" },
19
new() { Value = "50", Text = "大于 50" },
20
- new() { Value = "100", Text = "大于 100" }
+ new() { Value = "80", Text = "大于 80" }
21
};
22
23
/// <summary>
0 commit comments