|
@@ -1626,9 +1626,9 @@ export default {
|
1626
|
1626
|
this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing + "ml/min"
|
1627
|
1627
|
tempmonitorflag = false
|
1628
|
1628
|
}
|
1629
|
|
- if (tempmonitorflag && index == this.monitors.length - 1) {
|
1630
|
|
- this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing + "ml/min"
|
1631
|
|
- }
|
|
1629
|
+ // if (tempmonitorflag && index == this.monitors.length - 1) {
|
|
1630
|
+ // this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing + "ml/min"
|
|
1631
|
+ // }
|
1632
|
1632
|
}
|
1633
|
1633
|
}
|
1634
|
1634
|
|