fix tracking
This commit is contained in:
@@ -49,7 +49,7 @@ const { sortedArray, headerProps } = useSort<Result>(computed(() => props.items
|
|||||||
price: r.averagePrice,
|
price: r.averagePrice,
|
||||||
count: r.count,
|
count: r.count,
|
||||||
precentProfit,
|
precentProfit,
|
||||||
iskProfit: r.averagePrice * precentProfit
|
iskProfit: r.averagePrice * precentProfit * r.count
|
||||||
};
|
};
|
||||||
})), {
|
})), {
|
||||||
defaultSortKey: 'precentProfit',
|
defaultSortKey: 'precentProfit',
|
||||||
|
|||||||
Reference in New Issue
Block a user