Przeglądaj źródła

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 lat temu
rodzic
commit
678c634adb

+ 1 - 1
src/xt_pages/hospitalStation/components/deskPrescription.vue Wyświetl plik

1619
       return total
1619
       return total
1620
 
1620
 
1621
     },
1621
     },
1622
-    getTotalTwo() {de
1622
+    getTotalTwo() {
1623
       var total = 0
1623
       var total = 0
1624
       for (let i = 0; i < this.month_prescriptions.length; i++) {
1624
       for (let i = 0; i < this.month_prescriptions.length; i++) {
1625
 
1625