|
@@ -133,7 +133,7 @@
|
133
|
133
|
{{ record.assessment_before_dislysis.pulse_frequency ? record.assessment_before_dislysis.pulse_frequency : "" }}
|
134
|
134
|
</div>
|
135
|
135
|
</td>
|
136
|
|
- <td width="35">次/分</td>
|
|
136
|
+ <td width="40">次/分</td>
|
137
|
137
|
<td width="30"></td>
|
138
|
138
|
|
139
|
139
|
<td width="40">血压:</td>
|
|
@@ -394,7 +394,7 @@
|
394
|
394
|
{{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : 0 }}
|
395
|
395
|
</div>
|
396
|
396
|
</td>
|
397
|
|
- <td width="10">L</td>
|
|
397
|
+ <td width="10">ml</td>
|
398
|
398
|
<td width='70'></td>
|
399
|
399
|
|
400
|
400
|
<td width="60">置换量:</td>
|
|
@@ -403,7 +403,7 @@
|
403
|
403
|
{{ record.prescription.replacement_total ? record.prescription.replacement_total : "/" }}
|
404
|
404
|
</div>
|
405
|
405
|
</td>
|
406
|
|
- <td width="20">L</td>
|
|
406
|
+ <td width="20">ml</td>
|
407
|
407
|
|
408
|
408
|
<td width="80">透析方式:</td>
|
409
|
409
|
<td width="50">
|
|
@@ -521,18 +521,18 @@
|
521
|
521
|
<td width="10">钙</td>
|
522
|
522
|
<td width="10">(</td>
|
523
|
523
|
<td width="210">
|
524
|
|
- <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
|
|
524
|
+ <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
|
525
|
525
|
|
526
|
|
- <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
|
|
526
|
+ <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
|
527
|
527
|
|
528
|
528
|
</td>
|
529
|
529
|
<td width="10">)</td>
|
530
|
530
|
<td width="10">钾</td>
|
531
|
531
|
<td width="10">(</td>
|
532
|
532
|
<td width="210">
|
533
|
|
- <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
|
|
533
|
+ <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
|
534
|
534
|
|
535
|
|
- <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation_name).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
|
|
535
|
+ <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
|
536
|
536
|
|
537
|
537
|
</td>
|
538
|
538
|
<td width="10">)</td>
|