成交金额修复
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user