Quellcode durchsuchen

11月9日,济仁打印单

yq1 vor 1 Woche
Ursprung
Commit
5effae8cd8
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/pages/main/template/DialysisPrintOrderSeventythree.vue

+ 3 - 3
src/pages/main/template/DialysisPrintOrderSeventythree.vue Datei anzeigen

@@ -1626,9 +1626,9 @@ export default {
1626 1626
               this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1627 1627
               tempmonitorflag = false
1628 1628
             }
1629
-            if (tempmonitorflag && index == this.monitors.length - 1) {
1630
-              this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1631
-            }
1629
+            // if (tempmonitorflag && index == this.monitors.length - 1) {
1630
+            //   this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1631
+            // }
1632 1632
           }
1633 1633
         }
1634 1634