|
@@ -1514,14 +1514,14 @@
|
1514
|
1514
|
"
|
1515
|
1515
|
>【开始透析】</template
|
1516
|
1516
|
>
|
1517
|
|
- <template
|
|
1517
|
+ <!-- <template
|
1518
|
1518
|
v-if="
|
1519
|
1519
|
record.dialysis_order &&
|
1520
|
1520
|
monitor_record.operate_time ==
|
1521
|
1521
|
record.dialysis_order.end_time
|
1522
|
1522
|
"
|
1523
|
1523
|
>【结束透析】</template
|
1524
|
|
- >
|
|
1524
|
+ > -->
|
1525
|
1525
|
{{ monitor_record.end }}
|
1526
|
1526
|
{{ monitor_record.symptom }} {{
|
1527
|
1527
|
monitor_record.dispose
|
|
@@ -3007,7 +3007,10 @@ export default {
|
3007
|
3007
|
}
|
3008
|
3008
|
if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
3009
|
3009
|
this.records[i].monitor_records[j].end = "【结束透析】";
|
3010
|
|
- }
|
|
3010
|
+ }
|
|
3011
|
+ if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
|
3012
|
+ this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
|
|
3013
|
+ }
|
3011
|
3014
|
}
|
3012
|
3015
|
}
|
3013
|
3016
|
for (const recordIndex in this.records) {
|