fix 树结构label
This commit is contained in:
@@ -8,7 +8,10 @@ type TreeSelect struct {
|
|||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
|
|
||||||
// Label 节点名称
|
// Label 节点名称
|
||||||
Label string `json:"title"`
|
Label string `json:"label"`
|
||||||
|
|
||||||
|
// Title 节点名称旧版本layui
|
||||||
|
Title string `json:"title"`
|
||||||
|
|
||||||
// Children 子节点
|
// Children 子节点
|
||||||
Children []TreeSelect `json:"children"`
|
Children []TreeSelect `json:"children"`
|
||||||
|
|||||||
Reference in New Issue
Block a user