Browse Source

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

csx 5 years ago
parent
commit
bbccb89865
1 changed files with 7 additions and 8 deletions
  1. 7 8
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue

+ 7 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -389,7 +389,7 @@
389 389
                       <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
390 390
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
391 391
                       <td style="line-height:16px;padding:0px;">
392
-                        <div style="min-height:40px;line-height:40px; overflow:hidden;">
392
+                        <div style="min-height:35px;line-height:35px; overflow:hidden;">
393 393
                           <span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
394 394
                             <template v-if="monindex == 0">【开始透析】</template>
395 395
                             {{monitor.end}}
@@ -436,13 +436,13 @@
436 436
                     </tr>
437 437
                     <!-- <template v-for="group in doctor_advices" > -->
438 438
                       <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
439
-                        <td height="35px" >
439
+                        <td height="32px" >
440 440
                             <span v-if="advice.start_time">
441 441
                               {{getTime(advice.start_time,'{h}:{i}')}}
442 442
                             </span>
443 443
                           <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
444 444
                         </td>
445
-                        <td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
445
+                        <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
446 446
                           <span v-if="advice.parent_id > 0">---></span>
447 447
                           <span >{{advice.advice_name }}</span>
448 448
                           <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
@@ -458,7 +458,7 @@
458 458
                           <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
459 459
                         </td> -->
460 460
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
461
-                        <td height="35px">
461
+                        <td height="32px">
462 462
                           <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
463 463
                           <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
464 464
                         </td>
@@ -466,11 +466,11 @@
466 466
                           <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
467 467
                           <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
468 468
                         </td> -->
469
-                        <td height="35px">
469
+                        <td height="32px">
470 470
                           <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
471 471
                           <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
472 472
                         </td>
473
-                        <td height="35px">
473
+                        <td height="32px">
474 474
                           <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
475 475
                         </td>
476 476
                       </tr>
@@ -657,10 +657,9 @@
657 657
 
658 658
 
659 659
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
660
-                <div class="inline_block" style="flex:1;">
660
+                <div class="inline_block" style="flex:1; display:inline-block;">
661 661
                   治疗小结:
662 662
                   <div class="under_line" style="width: 90%;line-height: 25px;text-align: left;margin-left: 2px; display:inline-block;"> {{summary.dialysis_summary?summary.dialysis_summary:'/'}}</div>
663
-
664 663
                 </div>
665 664
               </div>
666 665