QuKatie 3 gadi atpakaļ
vecāks
revīzija
7408397720
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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>