Browse Source

config: 药品使用方法新增[吸入]

ping 7 months ago
parent
commit
c09d4188f5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      module/backend/config_data.go

+ 4 - 0
module/backend/config_data.go

@@ -483,6 +483,10 @@ func (s *StoreEntry) DrugUsageEnumList() []*pasturePb.ConfigOptionsList {
 			Value:    int32(pasturePb.DrugUsage_Topical_Medications),
 			Label:    "外用",
 			Disabled: true,
+		}, &pasturePb.ConfigOptionsList{
+			Value:    int32(pasturePb.DrugUsage_Inhalation_Medications),
+			Label:    "吸入",
+			Disabled: true,
 		}, &pasturePb.ConfigOptionsList{
 			Value:    int32(pasturePb.DrugUsage_Drink_Medications),
 			Label:    "饮水",