See999 4 years ago
parent
commit
a95327e786
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

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

421
                     <td width="70">计划时间:</td>
421
                     <td width="70">计划时间:</td>
422
                     <td width="40">
422
                     <td width="40">
423
                       <div class="under-line">
423
                       <div class="under-line">
424
-                        &nbsp;{{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "" }}
424
+                        &nbsp;{{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : 0 }}
425
                       </div>
425
                       </div>
426
                     </td>
426
                     </td>
427
                     <td width="10">h</td>
427
                     <td width="10">h</td>
428
                     <td width="40">
428
                     <td width="40">
429
                       <div class="under-line">
429
                       <div class="under-line">
430
-                        &nbsp;{{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "" }}
430
+                        &nbsp;{{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : 0 }}
431
                       </div>
431
                       </div>
432
                     </td>
432
                     </td>
433
                     <td width="35">min</td>
433
                     <td width="35">min</td>
435
                     <td width="100">实际治疗时间:</td>
435
                     <td width="100">实际治疗时间:</td>
436
                     <td width="40">
436
                     <td width="40">
437
                       <div class="under-line">
437
                       <div class="under-line">
438
-                        &nbsp;{{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "" }}
438
+                        &nbsp;{{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : 0 }}
439
                       </div>
439
                       </div>
440
                     </td>
440
                     </td>
441
                     <td width="10">h</td>
441
                     <td width="10">h</td>
442
                     <td width="40">
442
                     <td width="40">
443
                       <div class="under-line">
443
                       <div class="under-line">
444
-                        &nbsp;{{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : "" }}
444
+                        &nbsp;{{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}
445
                       </div>
445
                       </div>
446
                     </td>
446
                     </td>
447
                     <td width="35">min</td>
447
                     <td width="35">min</td>
661
                     <td></td>
661
                     <td></td>
662
                     <td width="70">主管医生:</td>
662
                     <td width="70">主管医生:</td>
663
                     <td width="100">
663
                     <td width="100">
664
-                      <div>
664
+                      <div style="text-align:left;">
665
                         <span v-if="setAdminUserES(prescription.prescription_doctor) == ''">
665
                         <span v-if="setAdminUserES(prescription.prescription_doctor) == ''">
666
                             {{ getAdminUser(prescription.prescription_doctor) }}
666
                             {{ getAdminUser(prescription.prescription_doctor) }}
667
                         </span>
667
                         </span>
672
                     </td>
672
                     </td>
673
                     <td width="120">穿刺/开管护士:</td>
673
                     <td width="120">穿刺/开管护士:</td>
674
                     <td width="100">
674
                     <td width="100">
675
-                      <div>
675
+                      <div style="text-align:left;">
676
                         <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
676
                         <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
677
                         {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}</span>
677
                         {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}</span>
678
                         <img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse)" alt="" srcset="" v-else />
678
                         <img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse)" alt="" srcset="" v-else />
680
                     </td>
680
                     </td>
681
                     <td width="70">核对护士:</td>
681
                     <td width="70">核对护士:</td>
682
                     <td width="100">
682
                     <td width="100">
683
-                      <div>
683
+                      <div style="text-align:left;">
684
                         <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
684
                         <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
685
                             {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "" }}
685
                             {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "" }}
686
                         </span>
686
                         </span>