@@ -56,6 +56,7 @@
<table>
<thead>
<th class="moduleName" style="width: 65px;">序号</th>
+ <th class="beHospitalId textCenter">创建时间</th>
<th class="beHospitalId textCenter">病人住院序号</th>
<th class="patientNo textCenter" >异常归属模块</th>
<th class="patientName textCenter" style="width: 100px;">异常说明</th>
@@ -118,6 +118,7 @@ function renderTab(data,hisId,activePage){
str += `
<tr data-index=${i}>
<td class="textCenter">${(activePage-1)*15 + i+1}</td>
+ <td>${item.gmtCreate || "-"}</td>
<td>${item.behospitalCode || "-"}</td>
<td >${item.typeName || "-"}</td>
<td>${item.description || "-"}</td>