|
|
|
|
334
|
<div class="inline_block" style="flex:1;">
|
334
|
<div class="inline_block" style="flex:1;">
|
335
|
透析(滤)器:
|
335
|
透析(滤)器:
|
336
|
<div class="under_line" style="width: 100px;text-align: center">
|
336
|
<div class="under_line" style="width: 100px;text-align: center">
|
337
|
- {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }}
|
|
|
|
|
337
|
+ <!-- {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }} -->
|
|
|
338
|
+ /
|
338
|
</div>
|
339
|
</div>
|
339
|
</div>
|
340
|
</div>
|
340
|
<div class="inline_block" style="flex:1;">
|
341
|
<div class="inline_block" style="flex:1;">
|
341
|
灌流器:
|
342
|
灌流器:
|
342
|
<div class="under_line" style="width: 70px;text-align: center">
|
343
|
<div class="under_line" style="width: 70px;text-align: center">
|
343
|
- /
|
|
|
|
|
344
|
+ {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }}
|
344
|
</div>
|
345
|
</div>
|
345
|
</div>
|
346
|
</div>
|
346
|
<div class="inline_block" style="flex:1;">
|
347
|
<div class="inline_block" style="flex:1;">
|
|
|
|
|
564
|
<td style="line-height:16px;padding:0px;">
|
565
|
<td style="line-height:16px;padding:0px;">
|
565
|
<div style="min-height:35px;line-height:35px; overflow:hidden;">
|
566
|
<div style="min-height:35px;line-height:35px; overflow:hidden;">
|
566
|
<span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
567
|
<span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
567
|
- <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】</template>
|
|
|
|
|
568
|
+ <!-- <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】</template> -->
|
568
|
{{ monitor.end }} {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
569
|
{{ monitor.end }} {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
569
|
</span>
|
570
|
</span>
|
570
|
</div>
|
571
|
</div>
|
|
|
|
|
1482
|
}
|
1483
|
}
|
1483
|
|
1484
|
|
1484
|
var tempmonitorflag = true
|
1485
|
var tempmonitorflag = true
|
1485
|
- for (let index = 0; index < this.monitors.length; index++) {
|
|
|
1486
|
- const monitor = this.monitors[index]
|
|
|
1487
|
- this.monitors[index].end = ''
|
|
|
1488
|
- if (Object.keys(monitor).length > 0 && index > 1) {
|
|
|
1489
|
- if (this.dialysisOrder && monitor.operate_time == this.dialysisOrder.end_time) {
|
|
|
1490
|
- this.monitors[index].end = '【结束透析】'
|
|
|
1491
|
- tempmonitorflag = false
|
|
|
1492
|
- }
|
|
|
1493
|
- if (tempmonitorflag && index == this.monitors.length - 1) {
|
|
|
1494
|
- this.monitors[index].end = '【结束透析】'
|
|
|
1495
|
- }
|
|
|
1496
|
- }
|
|
|
1497
|
- }
|
|
|
|
|
1486
|
+ // for (let index = 0; index < this.monitors.length; index++) {
|
|
|
1487
|
+ // const monitor = this.monitors[index]
|
|
|
1488
|
+ // this.monitors[index].end = ''
|
|
|
1489
|
+ // if (Object.keys(monitor).length > 0 && index > 1) {
|
|
|
1490
|
+ // if (this.dialysisOrder && monitor.operate_time == this.dialysisOrder.end_time) {
|
|
|
1491
|
+ // this.monitors[index].end = '【结束透析】'
|
|
|
1492
|
+ // tempmonitorflag = false
|
|
|
1493
|
+ // }
|
|
|
1494
|
+ // if (tempmonitorflag && index == this.monitors.length - 1) {
|
|
|
1495
|
+ // this.monitors[index].end = '【结束透析】'
|
|
|
1496
|
+ // }
|
|
|
1497
|
+ // }
|
|
|
1498
|
+ // }
|
1498
|
|
1499
|
|
1499
|
this.jilurow = this.monitors.length + 1
|
1500
|
this.jilurow = this.monitors.length + 1
|
1500
|
|
1501
|
|