@@ -25,6 +25,10 @@
<div class="grayLine"></div>
<div class="main-body">
<div class="filterBox">
+ <span class="filterItem typeFilter deptListWrap">
+ <span>科室名称:</span>
+ <span class="selectDepts" data-id="">全部</span>
+ </span>
<span class="filterItem">
<span>缺陷名称:</span>
<span class="">
@@ -53,7 +57,7 @@
<th class="moduleScore" style="width: 80px;">缺陷占比</th>
</thead>
<tbody>
-
+
</tbody>
</table>
<div class="pagination"></div>
@@ -43,6 +43,7 @@ $(function(){
backgroundColor:'#fff'
})
}
+ $(".selectDepts").html(deptName)
getTabData(1)//条目缺陷
from = getUrlArgObjectNew("from",srcUrl)||""
if(from == 1){
$(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="partDetailControl.html">病案首页合格率占比 / </a>缺陷详情`)
$(".partTitle .consoleD").click(function(){