@@ -611,7 +611,7 @@ function bindOpenInfo() {
function titleStr(type) {
let titleStr = ''
- titleStr += `<div class="moduleTitle"><img class="titleIcon" src=${titleConfigH[type].icon}>${titleConfigH[type].name}</div>`
+ titleStr += `<div class="moduleTitle"><img class="titleIcon" src=${titleConfigH[type].icon}>${titleConfigH[type].name}:</div>`
return titleStr
}
function bindSlide() {
@@ -268,67 +268,67 @@ const titleConfigH = {
warning:{
background: "#FFE8DD",
icon: iconWarning1,
- name:"智能警示:",
+ name:"智能警示",
location:"left"
},
symptomPush:{
background: "#EEF5FD",
icon: iconSymptomPush,
- name:"推荐症状:",
+ name:"推荐症状",
diagPush:{
background: "#FAECED",
icon: intelligentDiagnosis,
- name:"智能诊断:",
+ name:"智能诊断",
checkupPush:{
icon: iconCheckupPush,
- name:"体格检查:",
+ name:"体格检查",
scalePush:{
icon: iconScalePush,
- name:"推荐量表:",
+ name:"推荐量表",
lisPush:{
background: "#ECF4FC",
icon: iconLisPush,
- name:"推荐检验:",
+ name:"推荐检验",
pacsPush:{
icon: iconPacsPush,
- name:"推荐检查:",
+ name:"推荐检查",
generaTreatPush:{
background: "#E3FEFE",
icon: iconTreat,
- name:"一般治疗:",
+ name:"一般治疗",
location:"right"
drugPush:{
icon: iconDrugPush,
- name:"推荐用药:",
+ name:"推荐用药",
operationPush:{
icon: iconOperationPush,
- name:"手术/操作:",
+ name:"手术/操作",
nursePush: {
icon: iconNursePush,
- name: "推荐护理:",
+ name: "推荐护理",
location: "right"
vigilancePush:{
@@ -345,7 +345,7 @@ const titleConfigH = {
casewritingPush:{
icon: writingNorms,
- name:"病历书写规范提示:",
+ name:"病历书写规范提示",