|
@@ -29,7 +29,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
"key": "purchaseTime",
|
|
|
"type": "dateTimeList",
|
|
|
"label": "预计采购时间",
|
|
|
- "defaultVal": []string{""},
|
|
|
+ "defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
"multiple": false,
|
|
|
},
|
|
@@ -53,7 +53,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
"key": "openingTime",
|
|
|
"type": "dateTimeList",
|
|
|
"label": "开标日期",
|
|
|
- "defaultVal": []string{""},
|
|
|
+ "defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
"multiple": false,
|
|
|
},
|
|
@@ -81,7 +81,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
"key": "publishTime",
|
|
|
"type": "dateTimeList",
|
|
|
"label": "发布时间",
|
|
|
- "defaultVal": []string{""},
|
|
|
+ "defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
"multiple": false,
|
|
|
},
|
|
@@ -121,7 +121,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
"key": "industry",
|
|
|
"type": "selectList",
|
|
|
"label": "行业",
|
|
|
- "defaultVal": []string{""},
|
|
|
+ "defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
"multiple": false,
|
|
|
},
|
|
@@ -468,7 +468,7 @@ func getArea(entid, positionId int64, labelArr *[]map[string]interface{}) map[st
|
|
|
"key": "province",
|
|
|
"type": "component-popup-area",
|
|
|
"label": "城市",
|
|
|
- "defaultVal": []string{""},
|
|
|
+ "defaultVal": "",
|
|
|
"options": data,
|
|
|
}
|
|
|
}
|