Merge branch 'feature/zs_v1.3_0822' into feature/zs_v1.3_risk

This commit is contained in:
吴方海
2025-09-12 10:59:10 +08:00
@@ -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 () {