|
@@ -698,7 +698,7 @@
|
698
|
698
|
monitor_record.operate_time ==
|
699
|
699
|
record.dialysis_order.start_time)
|
700
|
700
|
"
|
701
|
|
- >【开始透析】
|
|
701
|
+ >【开始透析】引血100ml/min
|
702
|
702
|
</template>
|
703
|
703
|
|
704
|
704
|
{{ monitor_record.end }} {{ monitor_record.symptom }} {{
|
|
@@ -1697,21 +1697,21 @@ export default {
|
1697
|
1697
|
this.records[i].monitor_records[j].end = ""
|
1698
|
1698
|
if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time == this.records[i].dialysis_order.end_time) {
|
1699
|
1699
|
if(this.org_id!=10683){
|
1700
|
|
- this.records[i].monitor_records[j].end = "【结束透析】";
|
|
1700
|
+ this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
|
1701
|
1701
|
}
|
1702
|
1702
|
|
1703
|
1703
|
tempmonitorflag = false;
|
1704
|
1704
|
}
|
1705
|
|
- if(this.org_id!=10515 && this.org_id!=0){
|
|
1705
|
+ if(this.org_id!=10515){
|
1706
|
1706
|
if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
1707
|
1707
|
if(this.org_id!=10683){
|
1708
|
|
- this.records[i].monitor_records[j].end = "【结束透析】";
|
|
1708
|
+ this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
|
1709
|
1709
|
}
|
1710
|
1710
|
|
1711
|
1711
|
}
|
1712
|
1712
|
if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
1713
|
1713
|
if(this.org_id!=10683){
|
1714
|
|
- this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
|
|
1714
|
+ this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
|
1715
|
1715
|
}
|
1716
|
1716
|
|
1717
|
1717
|
}
|