瀏覽代碼

修改bug

chenrui 1 年之前
父節點
當前提交
c86989fa25
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>