@@ -601,7 +601,7 @@
if (this.modification.length == 0) {
this.$message.warning('请选择一条要付款的条目')
} else {
- this.money = Number(this.money)
+ this.money = Number(this.money).toFixed(2)
if (
this.money < 0 ||
(String(this.money).indexOf('.') != -1 &&