luolei 5 anni fa
parent
commit
33e31ae085
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/js/checkControl.js

+ 1 - 1
src/js/checkControl.js

@@ -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>