瀏覽代碼

时间组件修改

WH01243 7 月之前
父節點
當前提交
655e5f77c7
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      jyBXCore/rpc/service/operator.go

+ 8 - 8
jyBXCore/rpc/service/operator.go

@@ -26,13 +26,13 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 	data := []map[string]interface{}{}
 	if tag == 1 {
 		data = append(data, map[string]interface{}{
-			"key":            "purchaseTime",
-			"type":           "dateTimeList",
-			"label":          "预计采购时间",
-			"defaultVal":     "",
-			"endTimeFeature": true,
+			"key":        "purchaseTime",
+			"type":       "dateTimeList",
+			"label":      "预计采购时间",
+			"defaultVal": "",
 			"props": map[string]interface{}{
-				"multiple": false,
+				"multiple":       false,
+				"endTimeFeature": true,
 			},
 			"options": []map[string]interface{}{
 				{
@@ -56,9 +56,9 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 			"label":      "开标日期",
 			"defaultVal": "",
 			"props": map[string]interface{}{
-				"multiple": false,
+				"multiple":       false,
+				"endTimeFeature": true,
 			},
-			"endTimeFeature": true,
 			"options": []map[string]interface{}{
 				{
 					"label": "全部", "value": "",