diff --git a/kernel/model/attribute_view.go b/kernel/model/attribute_view.go index 609c711df..453f1b11d 100644 --- a/kernel/model/attribute_view.go +++ b/kernel/model/attribute_view.go @@ -928,7 +928,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a } } } - cell.Value.Rollup.Contents = []string{strconv.FormatFloat(min, 'f', -1, 64) + "~" + strconv.FormatFloat(max, 'f', -1, 64)} + cell.Value.Rollup.Contents = []string{strconv.FormatFloat(max-min, 'f', -1, 64)} } } case av.KeyTypeRelation: // 渲染关联列