|
@@ -793,10 +793,10 @@ export default {
|
793
|
793
|
|
794
|
794
|
new_list = new_list.concat(this.getTotal(bdzglist,1))
|
795
|
795
|
new_list = new_list.concat(this.getTotal(bdcxlist,2))
|
796
|
|
- new_list = new_list.concat(this.getTotal(snydcxlist,3))
|
797
|
|
- new_list = new_list.concat(this.getTotal(snydzglist,4))
|
798
|
|
- new_list = new_list.concat(this.getTotal(swydcszflist,5))
|
799
|
|
- new_list = new_list.concat(this.getTotal(swydzglist,6))
|
|
796
|
+ new_list = new_list.concat(this.getTotal(snydcxlist,4))
|
|
797
|
+ new_list = new_list.concat(this.getTotal(snydzglist,3))
|
|
798
|
+ new_list = new_list.concat(this.getTotal(swydcszflist,6))
|
|
799
|
+ new_list = new_list.concat(this.getTotal(swydzglist,5))
|
800
|
800
|
new_list = new_list.concat(this.getTotal(zflist,7))
|
801
|
801
|
|
802
|
802
|
const multiHeader = [
|