This commit is contained in:
Daniel 2023-08-03 22:59:11 +08:00
parent 3561b34c8f
commit 2baa74fb39
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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