|
@@ -14,6 +14,8 @@ let iconCommonTreatPush = require('./../images/icon_drug_push.png').replace(/^un
|
|
let iconCheckupPush = require('./../images/icon_checkup_push.png').replace(/^undefined/g, '')
|
|
let iconCheckupPush = require('./../images/icon_checkup_push.png').replace(/^undefined/g, '')
|
|
let iconTreat = require('./../images/zhiliao.png').replace(/^undefined/g, '')
|
|
let iconTreat = require('./../images/zhiliao.png').replace(/^undefined/g, '')
|
|
let iconTreatMedicine = require('./../images/treat_icon.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, '')
|
|
|
|
+
|
|
|
|
|
|
//重写assign方法imgR
|
|
//重写assign方法imgR
|
|
if (typeof Object.assign != 'function') {
|
|
if (typeof Object.assign != 'function') {
|
|
@@ -213,7 +215,7 @@ const titleConfig = {
|
|
},
|
|
},
|
|
casewritingPush:{
|
|
casewritingPush:{
|
|
background: "#FFE8DD",
|
|
background: "#FFE8DD",
|
|
- icon: iconTreat,
|
|
|
|
|
|
+ icon: iconCaseWrite,
|
|
name:"病历书写规范提示"
|
|
name:"病历书写规范提示"
|
|
}
|
|
}
|
|
}
|
|
}
|