csx 6 gadus atpakaļ
vecāks
revīzija
93c4099795

+ 2 - 2
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue Parādīt failu

@@ -1197,11 +1197,11 @@
1197 1197
             }
1198 1198
           }
1199 1199
 
1200
-          if (this.monitors.length > 15) {
1200
+          if (this.monitors.length > 12) {
1201 1201
             const tempMonitors = []
1202 1202
             const tempMonitors2 = []
1203 1203
             for (let index = 0; index < this.monitors.length; index++) {
1204
-              if (index < 15) {
1204
+              if (index < 12) {
1205 1205
                 tempMonitors.push(this.monitors[index])
1206 1206
               } else {
1207 1207
                 tempMonitors2.push(this.monitors[index])