Browse Source

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

yq1 1 year ago
parent
commit
480ed93c62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue View 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