🎨 Improve av

This commit is contained in:
Daniel 2025-08-13 11:42:41 +08:00
parent 34f1f6a3d4
commit db59bdf562
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 0 deletions

View file

@ -1808,6 +1808,7 @@ func genAttrViewGroups(view *av.View, attrView *av.AttributeView) {
}
v.Name = "" // 分组视图的名称在渲染时才填充
v.GroupKey = groupKey
v.GroupVal = &av.Value{Type: av.KeyTypeText, Text: &av.ValueText{Content: groupValue}}
if av.KeyTypeSelect == groupKey.Type || av.KeyTypeMSelect == groupKey.Type {
if opt := groupKey.GetOption(groupValue); nil != opt {