Browse Source

打印单

huangyw 2 years ago
parent
commit
f5aa64098a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue View File

@@ -1275,7 +1275,8 @@
1275 1275
                           "
1276 1276
                           style="width: 50px"
1277 1277
                         >
1278
-                          <span>
1278
+                          <span v-if="monindex == 0"> 0 </span>
1279
+                          <span v-else>
1279 1280
                             {{
1280 1281
                               monitor.displacement_quantity
1281 1282
                                 ? monitor.displacement_quantity
@@ -1911,7 +1912,6 @@
1911 1912
                         style="width: 200px; text-align: center"
1912 1913
                       >
1913 1914
                         {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
1914
-                        
1915 1915
                       </div>
1916 1916
                     </div>
1917 1917