|
@@ -45,7 +45,7 @@ $(function(){
|
|
|
}
|
|
|
$(".selectDepts").html(deptName)
|
|
|
// if(from == 1){
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="partDetailControl.html">病案首页合格率占比 / </a>缺陷详情`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="partDetailControl.html">各科室缺陷占比 / </a>缺陷详情`)
|
|
|
$(".partTitle .consoleD").click(function(){
|
|
|
$(".menu .page",parent.document).removeClass("active").eq(0).addClass("active");
|
|
|
$(".container",parent.document).addClass("console-cont");
|