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