Browse Source

费用清单添加机构名称和编码

lighter 2 years ago
parent
commit
1b19685066
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/components/medical-insurance/charge-list/Index.vue

+ 5 - 2
src/components/medical-insurance/charge-list/Index.vue

@@ -31,8 +31,11 @@
           <thead>
           <tr>
             <td colspan="8"
-                style="width: 96%;height: 40px;text-align: center;vertical-align:center;font-size: 20px;font-weight: bold;">
-              住院病人费用明细清单
+                style="width: 96%;height: 50px;text-align: center;vertical-align:center;">
+                <div style="font-size: 20px;font-weight: bold;">住院病人费用明细清单</div>
+                <div style="margin-top: 5px">
+                    机构名称:长沙泰和医院&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;机构编码:H43010500370
+                </div>
             </td>
           </tr>
           <tr>