7336_devToTest #2414
|
@ -31,15 +31,6 @@ module.exports = {
|
||||||
|
|
||||||
this.entries = entries;
|
this.entries = entries;
|
||||||
},
|
},
|
||||||
getTotal(entry) {
|
|
||||||
if (entry.buys) {
|
|
||||||
let total = 0;
|
|
||||||
for (let buy of entry.buys)
|
|
||||||
total += buy.total;
|
|
||||||
|
|
||||||
return total;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
id: {
|
id: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|
Loading…
Reference in New Issue