|
@@ -344,7 +344,7 @@ func getLabel(entId int64) []map[string]interface{} {
|
|
|
labels[id] = map[string]interface{}{
|
|
|
"id": id,
|
|
|
"key": key,
|
|
|
- "type": "dateTimeList",
|
|
|
+ "type": "selectList",
|
|
|
"label": name,
|
|
|
"defaultVal": []string{""},
|
|
|
"props": map[string]interface{}{
|