|
@@ -115,30 +115,32 @@
|
|
|
<!--<span class="export">导出</span>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="qctable patientTable">
|
|
|
- <thead>
|
|
|
- <tr class="tabTitle">
|
|
|
- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
- <th class="patientName textCenter" style="width: 100px;" valCode="name">病人姓名</th>
|
|
|
- <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
|
|
|
- <th class="deptName textCenter" valCode="behospitalDept">科室</th>
|
|
|
- <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
|
|
|
- <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" code="leaveHospitalDate">出院日期</th>
|
|
|
- <th class="recordScore textCenter" valCode="value" code="value">筛选分值</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody class="tbody">
|
|
|
+ <div class="patient-table-cont">
|
|
|
+ <table class="qctable patientTable">
|
|
|
+ <thead>
|
|
|
+ <tr class="tabTitle">
|
|
|
+ <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
+ <th class="patientName textCenter" style="width: 100px;" valCode="name">病人姓名</th>
|
|
|
+ <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
|
|
|
+ <th class="deptName textCenter" valCode="behospitalDept">科室</th>
|
|
|
+ <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
|
|
|
+ <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" code="leaveHospitalDate">出院日期</th>
|
|
|
+ <th class="recordScore textCenter" valCode="value" code="value">筛选分值</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody class="tbody">
|
|
|
|
|
|
- </tbody>
|
|
|
- <tfoot>
|
|
|
- </tfoot>
|
|
|
- </table>
|
|
|
- <div class="pagination"></div>
|
|
|
- <div class="oper">
|
|
|
- <button class="save-btn">保存分配</button>
|
|
|
+ </tbody>
|
|
|
+ <tfoot>
|
|
|
+ </tfoot>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
+ <div class="pagination"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="oper">
|
|
|
+ <button class="save-btn">保存分配</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="modal-container">
|