|
@@ -24,6 +24,7 @@ let writingNorms = require('./../images/writingNorms.png').replace(/^undefined/g
|
|
|
let iconTreatMedicine = require('./../images/treat_icon.png').replace(/^undefined/g, '')
|
|
|
let iconCaseWrite = require('./../images/icon_case_write.png').replace(/^undefined/g, '')
|
|
|
let intelligentDiagnosis = require('./../images/intelligentDiagnosis.png').replace(/^undefined/g, '')
|
|
|
+let therapeuticSchedule = require('./../images/therapeuticSchedule.png').replace(/^undefined/g, '')
|
|
|
|
|
|
|
|
|
|
|
@@ -338,7 +339,7 @@ const titleConfigH = {
|
|
|
},
|
|
|
treat:{
|
|
|
background: "#FFE8DD",
|
|
|
- icon: iconTreat,
|
|
|
+ icon: therapeuticSchedule,
|
|
|
name:"治疗方案"
|
|
|
},
|
|
|
casewritingPush:{
|