焊接材料修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user