Align position margin with account balance and show deducted open commission only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 11:26:41 +08:00
parent 038eb9a403
commit 9a55c61678
3 changed files with 130 additions and 6 deletions
+1 -1
View File
@@ -926,7 +926,7 @@
}
return '';
}());
var feeLabel = row.fee_source === 'ctp' ? '手续费(柜台)' : '手续费';
var feeLabel = row.fee_source === 'ctp' ? '已扣手续费(柜台)' : '已扣手续费';
var marginLabel = row.margin_source === 'ctp' ? '占用保证金(柜台)' : '占用保证金';
var openLabel = '开仓';
return (