Browse Source

11月13 古镇乐生打印单

yq1 1 week ago
parent
commit
43a1d5122d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue View File

521
                       <td width="60" style="text-align:left;border:none;">
521
                       <td width="60" style="text-align:left;border:none;">
522
                         <div>
522
                         <div>
523
                           <span class="under_line" style="width:50px;display:inline-block">
523
                           <span class="under_line" style="width:50px;display:inline-block">
524
-                            {{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "" }}
524
+                            {{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "/" }}
525
                           </span>L
525
                           </span>L
526
                         </div>
526
                         </div>
527
                       </td>
527
                       </td>
582
                       <td width="70" style="text-align:left;border:none;">
582
                       <td width="70" style="text-align:left;border:none;">
583
                         <div>
583
                         <div>
584
                           <span class="under_line" style="width:50px;display:inline-block">
584
                           <span class="under_line" style="width:50px;display:inline-block">
585
-                            {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '' }}
585
+                            {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '/' }}
586
                           </span>g
586
                           </span>g
587
                         </div>
587
                         </div>
588
                       </td>
588
                       </td>