See999 4 years ago
parent
commit
6295eaff76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderThirty.vue

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

@@ -146,7 +146,7 @@
146 146
                 <td width="80">透析前体重:</td>
147 147
                 <td width="70">
148 148
                   <div class="under-line">
149
-                    &nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}
149
+                    &nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "未称重" }}
150 150
                   </div>
151 151
                 </td>
152 152
                 <td width="35">kg</td>
@@ -430,7 +430,7 @@
430 430
                     <td width="30"></td>
431 431
                     <td width='70'>透后体重:</td>
432 432
                     <td width="50">
433
-                      <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}</div>
433
+                      <div class="under-line">&nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "未称重" }}</div>
434 434
                     </td>
435 435
                     <td width="10">Kg</td>
436 436
                     <td></td>