成交金额修复

This commit is contained in:
吴方海
2025-09-12 10:58:46 +08:00
parent 2b418eb9db
commit 25d77d4e9c
@@ -1157,7 +1157,7 @@ var vue = new Vue({
},
//变更标的单价
changeSpotPrice() {
this.swapflow.TradingAmount = main.toNumber(this.swapflow.TradingAmountAvg * this.swapflow.TradingQty * this.swapflow.ContractSize*100, 2);
this.swapflow.TradingAmount = main.toNumber(this.swapflow.TradingAmountAvg * this.swapflow.TradingQty * this.swapflow.ContractSize, 2);
},
deleteSwapflow(id, st) {
main.confirm("确定要删除吗?", function () {