lilei 2 년 전
부모
커밋
115fba4ddc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bigScreen/fPanalysisReport/right-bottom.vue

+ 2 - 2
src/views/bigScreen/fPanalysisReport/right-bottom.vue

@@ -13,8 +13,8 @@
               <span class="ciyao"> {{ item.productTypeName3 }}</span>
             </div>
             <div class="info">
-              <span class="warning" v-if="curTab==1"> {{ item.totalQty }}</span>
-              <span class="warning" v-if="curTab==2"> {{ item.totalAmount | montionFilter }}</span>
+              <span class="warning" v-if="curTab==1"> {{ item.resultQty }}</span>
+              <span class="warning" v-if="curTab==2"> {{ item.resultAmount | montionFilter }}</span>
             </div>
           </div>
         </li>