totalTon() {
return this.number * this.options.find(n => n.value === this.selected).ton;
},
:value="option.value"
сделайте :value="option"
.total() {
return this.number * this.selected.value;
},
totalTon() {
return this.number * this.selected.ton;
},