yq1 1 year ago
parent
commit
d6e9a6b072
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/medicalScheduling/medical_print.vue

+ 3 - 3
src/xt_pages/medicalScheduling/medical_print.vue View File

@@ -21,7 +21,7 @@
21 21
                         <table class="table">
22 22
                             <thead>
23 23
                                 <tr>
24
-                                    <td width="120">医护姓名</td>
24
+                                    <td width="120">医护<br/>姓名</td>
25 25
                                     <td width="120">周一<br />({{ weekArr[0] }})</td>
26 26
                                     <td width="120">周二<br />({{ weekArr[1] }})</td>
27 27
                                     <td width="120">周三<br />({{ weekArr[2] }})</td>
@@ -31,7 +31,7 @@
31 31
                                     <td width="120">周日<br />({{ weekArr[6] }})</td>
32 32
                                     <td width="120">调休<br /></td>
33 33
                                     <td width="120">加班<br /></td>
34
-                                    <td width="120">累计时数<br /></td>
34
+                                    <td width="120">累计<br/>时数<br /></td>
35 35
                                     <td width="120">公休<br /></td>
36 36
                                 </tr>
37 37
                             </thead>
@@ -94,7 +94,7 @@ export default {
94 94
     },
95 95
     methods:{
96 96
       printAction: function() {
97
-          const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 10px 5px; white-space: pre-line;} .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
97
+          const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 15px 0px; } tbody tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 10px 0px; white-space: pre-line;} .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
98 98
 
99 99
           printJS({
100 100
           printable: 'print_content',