소스 검색

修改bug

QuKatie 3 년 전
부모
커밋
7408397720
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/statisticAnalysis/salesProfit/index.vue

+ 3 - 0
src/views/statisticAnalysis/salesProfit/index.vue

@@ -57,6 +57,9 @@
         <template slot-scope="{ row }" slot="purchasePrice">
           <span>{{ row.purchasePrice | decimalFormat }}</span>
         </template>
+        <template slot-scope="{ row }" slot="amount">
+          <span>{{ row.amount | decimalFormat }}</span>
+        </template>
         <template slot-scope="{ row }" slot="procurementCost">
           <span>{{ row.procurementCost | decimalFormat }}</span>
         </template>