Browse Source

更新月亮湾透析液显示问题

XMLWAN 5 years ago
parent
commit
d012f16cb4

+ 0 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue View File

636
           <th style="min-width:60px"><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
636
           <th style="min-width:60px"><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
637
           <th style="min-width:60px"><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
637
           <th style="min-width:60px"><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
638
           <th style="min-width:60px"><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
638
           <th style="min-width:60px"><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
639
-          <th style="min-width:60px"><p style="height:20px;line-height:20px">动脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
640
           <th style="min-width:60px"><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
639
           <th style="min-width:60px"><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
641
           <th style="min-width:60px"><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
640
           <th style="min-width:60px"><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
642
           <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
641
           <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
659
          <td>{{monitor.pulse_frequency}}</td>
658
          <td>{{monitor.pulse_frequency}}</td>
660
          <td>{{monitor.blood_flow_volume}}</td>
659
          <td>{{monitor.blood_flow_volume}}</td>
661
          <td>{{monitor.arterial_pressure}}</td>
660
          <td>{{monitor.arterial_pressure}}</td>
662
-         <td>{{monitor.venous_pressure}}</td>
663
          <td>{{monitor.transmembrane_pressure}}</td>
661
          <td>{{monitor.transmembrane_pressure}}</td>
664
          <td>{{monitor.ultrafiltration_rate}}</td>
662
          <td>{{monitor.ultrafiltration_rate}}</td>
665
          <td>{{monitor.ultrafiltration_volume}}</td>
663
          <td>{{monitor.ultrafiltration_volume}}</td>

File diff suppressed because it is too large
+ 1142 - 687
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue