|
@@ -179,7 +179,6 @@ function renderTab(data,hisId,activePage){
|
|
|
let tHead = `
|
|
|
<thead>
|
|
|
<th class="moduleName" style="width: 65px;">序号</th>
|
|
|
- <th class="beHospitalId textCenter">科室编码</th>
|
|
|
${hospital=='台州市立'?'<th class="beHospitalId textCenter">科室系统</th>':null}
|
|
|
<th class="beHospitalId textCenter">科室名称</th>
|
|
|
<th class="beHospitalId textCenter">缺陷总数</th>
|
|
@@ -197,7 +196,6 @@ function renderTab(data,hisId,activePage){
|
|
|
str += `
|
|
|
<tr data-index=${i}>
|
|
|
<td class="textCenter">${(activePage-1)*15 + i+1}</td>
|
|
|
- <td>${item.deptId || "-"}</td>
|
|
|
${hospital=='台州市立'?('<td >'+(item.deptClass?(item.deptClass+'系统'):"-")+'</td>'):''}
|
|
|
<td >${item.deptName || "-"}</td>
|
|
|
<td class="goHomeDetailQuexian goHomeDetail" data-dept="${item.deptName || ""}">${item.entryNum || "-"}</td>
|