Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-07-15 22:39:54 +08:00
commit ab705cc5f8

View file

@ -89,10 +89,11 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
Name: key.Name,
Type: key.Type,
Icon: key.Icon,
Options: key.Options,
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,
Options: key.Options,
Calc: col.Calc,
})
}