|
@@ -212,7 +212,7 @@ const titleConfig = {
|
|
|
name:"推荐用药"
|
|
|
},
|
|
|
nursePush: {
|
|
|
- background: "#EEF5FD",
|
|
|
+ background: "#E3FEFE",
|
|
|
icon: iconNursePush,
|
|
|
name: "推荐护理"
|
|
|
},
|
|
@@ -277,25 +277,25 @@ const titleConfigH = {
|
|
|
},
|
|
|
generaTreatPush:{
|
|
|
background: "#E3FEFE",
|
|
|
- icon: iconTreatMedicine,
|
|
|
+ icon: iconTreat,
|
|
|
name:"一般治疗",
|
|
|
location:"right"
|
|
|
},
|
|
|
drugPush:{
|
|
|
background: "#E3FEFE",
|
|
|
- icon: iconTreatMedicine,
|
|
|
+ icon: iconDrugPush,
|
|
|
name:"推荐用药",
|
|
|
location:"right"
|
|
|
},
|
|
|
operationPush:{
|
|
|
background: "#E3FEFE",
|
|
|
- icon: iconTreatMedicine,
|
|
|
+ icon: iconOperationPush,
|
|
|
name:"手术/操作",
|
|
|
location:"right"
|
|
|
},
|
|
|
nursePush: {
|
|
|
- background: "#EEF5FD",
|
|
|
- icon: iconTreatMedicine,
|
|
|
+ background: "#E3FEFE",
|
|
|
+ icon: iconNursePush,
|
|
|
name: "推荐护理",
|
|
|
location: "right"
|
|
|
},
|