This commit is contained in:
Daniel 2023-08-03 22:53:37 +08:00
parent 9a5e9f1a14
commit 3561b34c8f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -212,7 +212,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
}
tableRow.ID = rowID
if av.KeyTypeNumber == tableCell.ValueType {
if av.KeyTypeNumber == tableCell.ValueType && nil != tableCell.Value && nil != tableCell.Value.Number {
tableCell.Value.Number.FormatNumber()
}