see999 3 years ago
parent
commit
ab48fe31ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue View File

@@ -623,6 +623,7 @@
623 623
             <td width="60">电导度<br/>ms/cm</td>
624 624
             <td width="40">液温<br/>℃</td>
625 625
             <td width="40">ktv</td>
626
+            <td width="40">血糖<br/>mmol/L</td>
626 627
             <td width="">特殊处理</td>
627 628
             <td width='60'>执行护士</td>
628 629
           </tr>
@@ -672,6 +673,9 @@
672 673
             <td>
673 674
               &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
674 675
             </td>
676
+            <td>
677
+              &nbsp;{{ monitor.blood_sugar ? monitor.blood_sugar : "" }}
678
+            </td>
675 679
             <td>
676 680
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
677 681
             </td>