md
This commit is contained in:
parent
f47400b080
commit
ecbb8efee2
@ -650,7 +650,10 @@ export default {
|
||||
return prev;
|
||||
}
|
||||
}, 0);
|
||||
sums[index] = sums[index].toFixed(2); //保留0位小数
|
||||
// sums[index] = sums[index].toFixed(2); //保留0位小数
|
||||
let costFee=sums[index].toFixed(2);
|
||||
this.form.costFee=costFee;
|
||||
|
||||
}
|
||||
});
|
||||
return sums
|
||||
|
||||
Loading…
Reference in New Issue
Block a user