|
@@ -170,7 +170,7 @@ function renderTab(data,hisId,activePage){
|
|
|
<td class="textCenter">${(activePage-1)*15 + i+1}</td>
|
|
|
<td>${item.deptName || "-"}</td>
|
|
|
<td>${item.mrNum +''|| "-"}</td>
|
|
|
- <td>${item.homePageMRNum+'' || "-"}</td>
|
|
|
+ <td>${item.checkedNum+'' || "-"}</td>
|
|
|
<td>${item.improveNum+'' || "-"}</td>
|
|
|
<td>${item.improvePercentStr || "-"}</td>
|
|
|
<td>${item.improveToPassNum+'' || "-"}</td>
|