|
@@ -51,9 +51,9 @@ $(function(){
|
|
|
$(this).find(".explainNum").css("color","#A5ADBF")
|
|
|
})
|
|
|
if(isPlacefile == 0&&hospital=="长兴医院"){
|
|
|
- $(".circleBLis .circleB .title").html('入院记录24h未完成').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
+ $(".circleBLis .circleB .title24").html('入院记录24h未完成').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
}else{
|
|
|
- $(".circleBLis .circleB .title").html('病案首页合格率占比').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
+ $(".circleBLis .circleB .title24").html('病案首页合格率占比').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
}
|
|
|
})
|
|
|
function tiaomu(dateType){
|