|
@@ -51,7 +51,7 @@
|
51
|
51
|
{{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
|
52
|
52
|
</div>
|
53
|
53
|
</div>
|
54
|
|
-
|
|
54
|
+
|
55
|
55
|
<div class="inline_block">
|
56
|
56
|
透析次数:
|
57
|
57
|
<div class="under_line" style="width: 50px;text-align: left">
|
|
@@ -73,7 +73,7 @@
|
73
|
73
|
{{ patientInfo.DialysisSchedule.device_zone.name ? patientInfo.DialysisSchedule.device_zone.name : '' }}
|
74
|
74
|
</div>
|
75
|
75
|
</div>
|
76
|
|
-
|
|
76
|
+
|
77
|
77
|
</div> -->
|
78
|
78
|
|
79
|
79
|
<div class="row">
|
|
@@ -570,7 +570,7 @@
|
570
|
570
|
<span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
|
571
|
571
|
<img style="height:30px" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
|
572
|
572
|
</td>
|
573
|
|
-
|
|
573
|
+
|
574
|
574
|
<td height="30px" style="padding:4px 5px;">
|
575
|
575
|
<span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
|
576
|
576
|
</td>
|
|
@@ -588,7 +588,7 @@
|
588
|
588
|
</table>
|
589
|
589
|
</td>
|
590
|
590
|
</tr>
|
591
|
|
-
|
|
591
|
+
|
592
|
592
|
<tr>
|
593
|
593
|
<td style="padding: 0; position: relative;" colspan="2">
|
594
|
594
|
<table class="inside_table">
|
|
@@ -637,7 +637,7 @@
|
637
|
637
|
<div style="min-height:20px;line-height:20px; overflow:hidden;">
|
638
|
638
|
<span v-if="getTime(monitor.operate_time, '{h}:{i}')" style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
639
|
639
|
<template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】引血100ml/min</template>
|
640
|
|
- <span v-if="dialysisOrder && monitor.operate_time == dialysisOrder.end_time">{{ monitor.end }}</span>
|
|
640
|
+ <span v-if="dialysisOrder && monitor.operate_time == dialysisOrder.end_time">{{ monitor.end }}</span>
|
641
|
641
|
{{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
642
|
642
|
</span>
|
643
|
643
|
</div>
|
|
@@ -1059,7 +1059,7 @@ export default {
|
1059
|
1059
|
this.check = response.data.data.check
|
1060
|
1060
|
this.xtdate = response.data.data.xtdate
|
1061
|
1061
|
this.predialysis = response.data.data.PredialysisEvaluation
|
1062
|
|
- console.log("透前评估",this.predialysis)
|
|
1062
|
+ // console.log("透前评估",this.predialysis)
|
1063
|
1063
|
this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
|
1064
|
1064
|
this.predialysis.blood_access_part_opera_id
|
1065
|
1065
|
)
|