瀏覽代碼

修改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>