zhouna 4 年之前
父节点
当前提交
2010b4a24a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/js/qcListYw.js

+ 2 - 2
src/js/qcListYw.js

@@ -356,9 +356,9 @@ function renderTab(data,hisId){
         for(let j = 0; j < pageSet.length; j++){
         for(let j = 0; j < pageSet.length; j++){
             if(pageSet[j].status === 1){
             if(pageSet[j].status === 1){
                 colName=pageSet[j].val;
                 colName=pageSet[j].val;
-                if(colName === "level"){
+                /*if(colName === "level"){
                     str +=  `<td class="textCenter"><span data-index=${i}>${item[colName]}</span></td>`
                     str +=  `<td class="textCenter"><span data-index=${i}>${item[colName]}</span></td>`
-                }else if(moreKeys.indexOf(colName)>-1){
+                }else */if(moreKeys.indexOf(colName)>-1){
                     str +=  `<td class="textCenter">${get30Str(item[colName])}</td>`
                     str +=  `<td class="textCenter">${get30Str(item[colName])}</td>`
                 }else{
                 }else{
                     str +=  `<td class="textCenter"><span data-index=${i} class="${colName==='name'?'patientNameSpan':'' } ">${item[colName]==null?'-':item[colName]}</span></td>`
                     str +=  `<td class="textCenter"><span data-index=${i} class="${colName==='name'?'patientNameSpan':'' } ">${item[colName]==null?'-':item[colName]}</span></td>`