|
@@ -3,6 +3,7 @@ const $ = require("jquery");
|
|
|
// var Promise = require('./rePromise');
|
|
|
var Promise = require("bluebird");
|
|
|
let iconWarning = require('./../images/icon_waring_white.png').replace(/^undefined/g, '')
|
|
|
+let iconWarning1 = require('./../images/icon_warning.png').replace(/^undefined/g, '')
|
|
|
let iconSymptomPush = require('./../images/icon_symptom_push.png').replace(/^undefined/g, '')
|
|
|
let iconLisPush = require('./../images/icon_lis_push.png').replace(/^undefined/g, '')
|
|
|
let iconPacsPush = require('./../images/icon_pacs_push.png').replace(/^undefined/g, '')
|
|
@@ -168,7 +169,7 @@ const throttle = function (fn, threshhold) {
|
|
|
const titleConfig = {
|
|
|
warning:{
|
|
|
background: "#FFE8DD",
|
|
|
- icon: iconWarning,
|
|
|
+ icon: iconWarning1,
|
|
|
name:"智能警示"
|
|
|
},
|
|
|
symptomPush:{
|
|
@@ -225,7 +226,7 @@ const titleConfig = {
|
|
|
const titleConfigH = {
|
|
|
warning:{
|
|
|
background: "#FFE8DD",
|
|
|
- icon: iconWarning,
|
|
|
+ icon: iconWarning1,
|
|
|
name:"智能警示",
|
|
|
location:"left"
|
|
|
},
|