|
@@ -240,7 +240,7 @@ function getFilterParam(current){
|
|
function renderTab(data,hisId){
|
|
function renderTab(data,hisId){
|
|
let str = ``
|
|
let str = ``
|
|
if(data.length===0){
|
|
if(data.length===0){
|
|
- $('.tbody').html(emptyBox(null,10))
|
|
|
|
|
|
+ $('.tbody').html(emptyBox(null,11))
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
for(let i = 0; i < data.length; i++){
|
|
for(let i = 0; i < data.length; i++){
|
|
@@ -249,6 +249,7 @@ function renderTab(data,hisId){
|
|
<td >${item.level || "-"}</td>
|
|
<td >${item.level || "-"}</td>
|
|
<td >${item.scoreRes || "-"}</td>
|
|
<td >${item.scoreRes || "-"}</td>
|
|
<td >${item.behospitalCode || "-"}</td>
|
|
<td >${item.behospitalCode || "-"}</td>
|
|
|
|
+ <td >${item.fileCode || "-"}</td>
|
|
<td >${item.name || "-"}</td>
|
|
<td >${item.name || "-"}</td>
|
|
<td >${item.age || "-"}</td>
|
|
<td >${item.age || "-"}</td>
|
|
<td >${item.behospitalDate || "-"}</td>
|
|
<td >${item.behospitalDate || "-"}</td>
|