@@ -42,7 +42,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>
@@ -126,7 +126,7 @@ function renderTab(data,hisId,activePage){
<td>${item.name || "-"}</td>
<td >${item.totleValue}</td>
<td >${item.lastAverageValue}</td>
- <td style="display:${statisticsType==1?'table':'none'}">${item.lastYearAverageValue}</td>
+ <td style="display:${statisticsType==1?'block':'none'}">${item.lastYearAverageValue}</td>
</tr>
`
}
@@ -144,7 +144,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.doctorName || "-"}</td>
<td data-doc="${item.doctorName || ""}" class="goHomeDetail">${item.entryNum || "-"}</td>
<td >${item.averageValue || "-"}</td>
@@ -130,7 +130,7 @@ function renderTab(data,hisId,activePage){