qixiaoning
2025-11-12 fe3de762b3c08a9e701c4ade6522fbab397ef7bd
移除属性
1个文件已修改
3 ■■■■ 已修改文件
push-service/controllers/pushSet.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
push-service/controllers/pushSet.go
@@ -116,18 +116,19 @@
            {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:    "底库信息",