Просмотр исходного кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 лет назад
Родитель
Сommit
c9c2255c5b
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4 0
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue Просмотреть файл

625
             <td width="60">钠浓度<br/>mmol/L</td>
625
             <td width="60">钠浓度<br/>mmol/L</td>
626
             <td width="60">电导度<br/>ms/cm</td>
626
             <td width="60">电导度<br/>ms/cm</td>
627
             <td width="40">液温<br/>℃</td>
627
             <td width="40">液温<br/>℃</td>
628
+            <td width="40">ktv</td>
628
             <td width="">特殊处理</td>
629
             <td width="">特殊处理</td>
629
             <td width='60'>执行护士</td>
630
             <td width='60'>执行护士</td>
630
           </tr>
631
           </tr>
671
             <td>
672
             <td>
672
               &nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}
673
               &nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}
673
             </td>
674
             </td>
675
+            <td>
676
+              &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
677
+            </td>
674
             <td>
678
             <td>
675
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
679
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
676
             </td>
680
             </td>