| | |
| | | {Checked: true, Id: "knowledge_doc", Name: "知识库文档", Alias: "knowledge_doc"}, |
| | | }, |
| | | } |
| | | //移除属性{Checked: true, Id: "attribute", Name: "属性", Alias: "attribute"}, |
| | | targetSet := vo.PushSetMenu{ |
| | | Id: "targetInfo", |
| | | Name: "目标", |
| | | Alias: "targetInfo", |
| | | Checked: true, |
| | | Children: []vo.PushSetMenu{ |
| | | {Checked: true, Id: "attribute", Name: "属性", Alias: "attribute"}, |
| | | {Checked: true, Id: "target_location", Name: "目标坐标", Alias: "target_location"}, |
| | | {Checked: true, Id: "target_score", Name: "目标置信度", Alias: "target_score"}, |
| | | {Checked: true, Id: "target_type", Name: "目标类别", Alias: "target_type"}, |
| | | }, |
| | | } |
| | | |
| | | // dtSet := vo.PushSetMenu{ |
| | | // Id: "tableInfo", |
| | | // Name: "底库信息", |