See999 пре 4 година
родитељ
комит
6295eaff76
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderThirty.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThirty.vue Прегледај датотеку

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