|
@@ -13,6 +13,8 @@ let iconDiagPush = require('./../images/icon_diag_push.png').replace(/^undefined
|
|
|
let iconCommonTreatPush = require('./../images/icon_drug_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 iconTreatMedicine = require('./../images/treat_icon.png').replace(/^undefined/g, '')
|
|
|
+
|
|
|
//重写assign方法imgR
|
|
|
if (typeof Object.assign != 'function') {
|
|
|
Object.assign = function (target) {
|
|
@@ -247,12 +249,12 @@ const titleConfigH = {
|
|
|
},
|
|
|
drugPush:{
|
|
|
background: "#E3FEFE",
|
|
|
- icon: iconDrugPush,
|
|
|
+ icon: iconTreatMedicine,
|
|
|
name:"推荐用药"
|
|
|
},
|
|
|
operationPush:{
|
|
|
background: "#E3FEFE",
|
|
|
- icon: iconOperationPush,
|
|
|
+ icon: iconTreatMedicine,
|
|
|
name:"手术/操作"
|
|
|
},
|
|
|
vigilancePush:{
|