|
@@ -564,7 +564,7 @@
|
564
|
564
|
<td style="line-height:16px;padding:0px;">
|
565
|
565
|
<div style="min-height:35px;line-height:35px; overflow:hidden;">
|
566
|
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
|
|
- <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】</template>
|
|
567
|
+ <!-- <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】</template> -->
|
568
|
568
|
{{ monitor.end }} {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
569
|
569
|
</span>
|
570
|
570
|
</div>
|
|
@@ -1482,19 +1482,19 @@ export default {
|
1482
|
1482
|
}
|
1483
|
1483
|
|
1484
|
1484
|
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
|
|
- }
|
|
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
|
+ // }
|
1498
|
1498
|
|
1499
|
1499
|
this.jilurow = this.monitors.length + 1
|
1500
|
1500
|
|