|
@@ -470,6 +470,7 @@
|
470
|
470
|
<td width="10">ml</td>
|
471
|
471
|
<td width='70'>置换方式:</td>
|
472
|
472
|
<td width='130'>
|
|
473
|
+
|
473
|
474
|
<label-box :isChecked="prescription.displace_liqui_part == 1 ? true : false" showValue="前置换"></label-box>
|
474
|
475
|
<label-box :isChecked="prescription.displace_liqui_part == 2 ? true : false" showValue="后置换"></label-box>
|
475
|
476
|
</td>
|
|
@@ -780,9 +781,9 @@
|
780
|
781
|
<td width='30'></td>
|
781
|
782
|
<td width="40">导管:</td>
|
782
|
783
|
<td width='200'>
|
783
|
|
- <label-box showValue="通畅" :isChecked="afterdialysis.catheter.indexOf('通畅') > -1 ? true : false"></label-box>
|
784
|
|
- <label-box showValue="A堵塞" :isChecked="afterdialysis.catheter.indexOf('A堵塞') > -1 ? true : false"></label-box>
|
785
|
|
- <label-box showValue="V堵塞" :isChecked="afterdialysis.catheter.indexOf('V堵塞') > -1 ? true : false"></label-box>
|
|
784
|
+ <div class="under-line" style="text-align: center;">
|
|
785
|
+ {{ afterdialysis.catheter ? afterdialysis.catheter :'/' }}
|
|
786
|
+ </div>
|
786
|
787
|
</td>
|
787
|
788
|
<td></td>
|
788
|
789
|
</tr>
|
|
@@ -842,7 +843,6 @@
|
842
|
843
|
<label-box :isChecked="afterdialysis.complication.indexOf('抽搐') > -1 ? true : false" showValue="抽搐"></label-box>
|
843
|
844
|
<label-box :isChecked="afterdialysis.complication.indexOf('高血压') > -1 ? true : false" showValue="高血压"></label-box>
|
844
|
845
|
<label-box :isChecked="afterdialysis.complication.indexOf('心律失常') > -1 ? true : false" showValue="心律失常"></label-box>
|
845
|
|
-
|
846
|
846
|
</div>
|
847
|
847
|
</td>
|
848
|
848
|
<td width="40">其他:</td>
|