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