|
@@ -80,7 +80,7 @@ if(from==2){
|
|
|
deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
|
|
|
$('.selectDept').html(deptName)
|
|
|
}else if(from==3){
|
|
|
- $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatistics.html">未整改病历统计 / </a>缺陷详情`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatistics.html">时效性相关统计 / </a>缺陷详情`)
|
|
|
}else{
|
|
|
$(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
}
|