|
@@ -125,7 +125,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
"label": "行业",
|
|
"label": "行业",
|
|
"defaultVal": []string{""},
|
|
"defaultVal": []string{""},
|
|
"props": map[string]interface{}{
|
|
"props": map[string]interface{}{
|
|
- "multiple": false,
|
|
|
|
|
|
+ "multiple": true,
|
|
},
|
|
},
|
|
"options": industryArr,
|
|
"options": industryArr,
|
|
})
|
|
})
|
|
@@ -140,7 +140,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
"label": "中标人标签",
|
|
"label": "中标人标签",
|
|
"defaultVal": []string{""},
|
|
"defaultVal": []string{""},
|
|
"props": map[string]interface{}{
|
|
"props": map[string]interface{}{
|
|
- "multiple": false,
|
|
|
|
|
|
+ "multiple": true,
|
|
},
|
|
},
|
|
"options": winnerArr,
|
|
"options": winnerArr,
|
|
})
|
|
})
|
|
@@ -348,7 +348,7 @@ func getLabel(entId int64) []map[string]interface{} {
|
|
"label": name,
|
|
"label": name,
|
|
"defaultVal": []string{""},
|
|
"defaultVal": []string{""},
|
|
"props": map[string]interface{}{
|
|
"props": map[string]interface{}{
|
|
- "multiple": false,
|
|
|
|
|
|
+ "multiple": true,
|
|
},
|
|
},
|
|
"options": []map[string]interface{}{}, // 初始化选项
|
|
"options": []map[string]interface{}{}, // 初始化选项
|
|
}
|
|
}
|