QuKatie 3 lat temu
rodzic
commit
7408397720

+ 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>