chenrui  1 년 전
부모
커밋
320d6940f4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/statisticalanalysis/components/echart/tableforms.vue

+ 4 - 4
src/views/statisticalanalysis/components/echart/tableforms.vue

@@ -1486,10 +1486,10 @@ export default {
             sums[10] = this.listall.readlvall;
             sums[11] = this.listall.oklvall;
           } else if (this.action === 13) {
-            sums[9] = this.listall.piclvall;
-            sums[10] = this.listall.acclvall;
-            sums[11] = this.listall.readlvall;
-            sums[12] = this.listall.oklvall;
+            sums[8] = this.listall.piclvall;
+            sums[9] = this.listall.acclvall;
+            sums[10] = this.listall.readlvall;
+            sums[11] = this.listall.oklvall;
           }
         }
         if (this.action === 15) {