Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 anno fa
parent
commit
480ed93c62

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue Vedi File

1421
       return function (a, b) {
1421
       return function (a, b) {
1422
           var value1 = a[property]
1422
           var value1 = a[property]
1423
           var value2 = b[property]
1423
           var value2 = b[property]
1424
-          return value1 - value2
1424
+          return value2 - value1
1425
       }
1425
       }
1426
     },
1426
     },
1427
 
1427