Browse Source

bug修改

zhouna 5 years ago
parent
commit
74d8251730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/keyItemFlawControl.js

+ 1 - 1
src/js/keyItemFlawControl.js

@@ -124,7 +124,7 @@ function renderTab(data,hisId,activePage){
             <tr  data-index=${i}>
                 <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
                 <td >${item.deptName || "-"}</td>
-                <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-id="${item.consultationEntryId || ""}" data-name="${item.consultationEntryName || ""}">${item.consultationNum || "-"}</td>
+                <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-id="${item.consultationEntryId || ""}" data-name="${item.consultationEntryName || ""}">${item.consultationNum+'' || "-"}</td>
                 <td >${item.consultationPercentStr || "-"}</td>
                 <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-id="${item.operationNameEntryId || ""}" data-name="${item.operationNameEntryName || ""}">${item.operationNameNum+'' || "-"}</td>
                 <td >${item.operationNamePercentStr+'' || "-"}</td>