@@ -44,7 +44,6 @@
<table>
<thead>
<th class="moduleName" style="width: 65px;">序号</th>
- <th class="beHospitalId textCenter">科室编码</th>
<th class="beHospitalId textCenter">科室名称</th>
<th class="beHospitalId textCenter">缺陷总数</th>
<th class="beHospitalId textCenter">质控平均分</th>
@@ -123,7 +123,6 @@ function renderTab(data,hisId,activePage){
str += `
<tr data-index=${i}>
<td class="textCenter">${(activePage-1)*15 + i+1}</td>
- <td>${item.deptId || "-"}</td>
<td >${item.deptName || "-"}</td>
<td class="goHomeDetail" data-dept="${item.deptName || ""}">${item.entryNum || "-"}</td>
<td >${item.averageValue || "-"}</td>