This commit is contained in:
Daniel
2024-05-20 23:04:03 +08:00
parent 23ff9ae087
commit 4a29d45a5c
3 changed files with 4 additions and 8 deletions

View File

@@ -630,7 +630,7 @@ func getRowBlockValue(keyValues []*av.KeyValues) (ret *av.Value) {
}
func getAttrViewName(attrView *av.AttributeView) string {
ret := attrView.Name
ret := strings.TrimSpace(attrView.Name)
if "" == ret {
ret = util.Langs[util.Lang][105]
}