|
@@ -652,7 +652,7 @@
|
652
|
652
|
monitor.operate_time ==
|
653
|
653
|
dialysisOrder.start_time)&&(org_id!=10414) && (org_id!=10683)
|
654
|
654
|
"
|
655
|
|
- >【开始透析】 <span v-if="org_id ==10598">引血100ml/min</span>
|
|
655
|
+ >【开始透析】 <span>引血100ml/min</span>
|
656
|
656
|
</template>
|
657
|
657
|
|
658
|
658
|
{{ monitor.end }} {{ monitor.symptom }} {{
|
|
@@ -1832,14 +1832,14 @@ export default {
|
1832
|
1832
|
if (Object.keys(monitor).length > 0 && index > 1) {
|
1833
|
1833
|
if (monitor.operate_time == this.dialysisOrder.end_time) {
|
1834
|
1834
|
if(this.org_id!=10683){
|
1835
|
|
- this.monitors[index].end = '【结束透析】'
|
|
1835
|
+ this.monitors[index].end = '【结束透析】回血100ml/min'
|
1836
|
1836
|
}
|
1837
|
1837
|
|
1838
|
1838
|
tempmonitorflag = false
|
1839
|
1839
|
}
|
1840
|
1840
|
if (tempmonitorflag && index == this.monitors.length - 1) {
|
1841
|
1841
|
if(this.org_id!=10683){
|
1842
|
|
- this.monitors[index].end = '【结束透析】'
|
|
1842
|
+ this.monitors[index].end = '【结束透析】回血100ml/min'
|
1843
|
1843
|
}
|
1844
|
1844
|
|
1845
|
1845
|
}
|