fix 树结构label

This commit is contained in:
TsMask
2023-09-05 17:14:45 +08:00
parent c0f0ed0a37
commit 9a65ee4f5d

View File

@@ -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"`