瀏覽代碼

config: eventType update

Yi 1 周之前
父節點
當前提交
85117775e4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      module/backend/config_data_other.go

+ 4 - 0
module/backend/config_data_other.go

@@ -540,6 +540,10 @@ func (s *StoreEntry) EventTypeEnumList(userModel *model.UserModel, isAll string)
 		Value:    int32(pasturePb.EventType_UnForbiddenMating),
 		Label:    "解禁",
 		Disabled: true,
+	}, &pasturePb.ConfigOptionsList{
+		Value:    int32(pasturePb.EventType_Perinatal_Transition),
+		Label:    "转围产",
+		Disabled: true,
 	})
 	return configOptions
 }