luolei 5 years ago
parent
commit
63e5bcb216
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/html/abnormal.html
  2. 1 0
      src/js/abnormal.js

+ 1 - 0
src/html/abnormal.html

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

+ 1 - 0
src/js/abnormal.js

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