Ver Fonte

修改bug

chenrui há 1 ano atrás
pai
commit
c86989fa25
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/reportData/productRebateReport/detailList.vue

+ 1 - 1
src/views/reportData/productRebateReport/detailList.vue

@@ -113,7 +113,7 @@
             <a-row type="flex" justify="end" :gutter="10">
               <a-col flex="10%" >总开单金额:{{ (totalData && (totalData.totalAmount || totalData.totalAmount==0)) ? toThousands(totalData.totalAmount) : '--' }}</a-col>
               <a-col flex="10%" >总实售金额:{{ (totalData && (totalData.totalRealAmount || totalData.totalRealAmount==0)) ? toThousands(totalData.totalRealAmount) : '--' }}</a-col>
-              <a-col flex="10%" >差价金额:{{ (totalData && (totalData.rebateAmount || totalData.rebateAmount==0)) ? toThousands(totalData.rebateAmount) : '--' }}</a-col>
+              <a-col flex="10%" >差价金额:{{ (totalData && (totalData.rebateAmount || totalData.rebateAmount==0)) ? toThousands(totalData.rebateAmount) : '--' }}</a-col>
             </a-row>
           </template>
         </s-table>