diff --git a/lib/core/vo/treeselect.go b/lib/core/vo/treeselect.go index 7ed25feb..4af3187f 100644 --- a/lib/core/vo/treeselect.go +++ b/lib/core/vo/treeselect.go @@ -8,7 +8,10 @@ type TreeSelect struct { ID string `json:"id"` // Label 节点名称 - Label string `json:"title"` + Label string `json:"label"` + + // Title 节点名称旧版本layui + Title string `json:"title"` // Children 子节点 Children []TreeSelect `json:"children"`