焊接材料修改

This commit is contained in:
2025-02-19 17:48:46 +08:00
parent b318f103e5
commit abde789894
4 changed files with 19 additions and 6 deletions
@@ -47,7 +47,10 @@ namespace FineUIPro.Web.CLGL
{
lbRate.Text = "总体匹配率:0%";
}
if (cbIsItAPerfectMatch.Checked)
{
tb = tb.Where(x => x.MatchRate < 1).ToList();
}
//tb = GetFilteredTable(Grid1.FilteredData, tb);
Grid1.DataSource = tb;
Grid1.DataBind();