see999 3 年 前
コミット
ab48fe31ec
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue ファイルの表示

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