|
@@ -13,7 +13,7 @@
|
|
|
<div class="container">
|
|
|
<h2>质控评分</h2>
|
|
|
<div class="main-body">
|
|
|
- <div class="filterBox">
|
|
|
+ <div class="filterBox clearfix">
|
|
|
<span class="filterItem typeFilter">
|
|
|
<span>病历号:</span>
|
|
|
<input class="patientNumInp" type="text" placeholder="请输入病历号">
|
|
@@ -41,8 +41,9 @@
|
|
|
</span>
|
|
|
<span class="filter">查询</span>
|
|
|
</div>
|
|
|
- <table>
|
|
|
- <thead>
|
|
|
+ <div>
|
|
|
+ <table>
|
|
|
+ <thead>
|
|
|
<th class="textCenter" ></th>
|
|
|
<th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
<th class="beHospitalId textCenter">病历号</th>
|
|
@@ -58,15 +59,27 @@
|
|
|
<th class="recordLevel textCenter">病历等级</th>
|
|
|
<th class="recordScore textCenter">病历得分</th>
|
|
|
<th class="scoreTime textCenter">评分时间</th>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
-
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <div class="tabFoot">
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+
|
|
|
+ </tbody>
|
|
|
+ <tfoot>
|
|
|
+ <tr>
|
|
|
+ <td colspan="15">
|
|
|
+ <div class="tabFoot">
|
|
|
+ <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
|
|
|
+ <span class="recordScoreBtn">评分</span>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tfoot>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--<div class="tabFoot">
|
|
|
<span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
|
|
|
<span class="recordScoreBtn">评分</span>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
|
|
|
<div class="pagination"></div>
|
|
|
</div>
|