修改工效

This commit is contained in:
2023-10-24 17:29:27 +08:00
parent 0f1b4d9ae6
commit abb2ca9791
8 changed files with 177 additions and 64 deletions
@@ -143,9 +143,9 @@ namespace FineUIPro.Web.PZHGL.InformationProject
{
foreach (GridColumn column in Grid1.Columns)
{
if (column.ColumnIndex != 0 && column.ColumnIndex != 1 && column.ColumnIndex != 2)
if (column.ColumnIndex > 6)
{
if (column.ColumnIndex > 5)
if (column.ColumnIndex > 9)
{
GroupField gf1 = column as GroupField;
foreach (var column1 in gf1.Columns)