@model UnwindData @{ ViewBag.Title = "交易 | 交易平仓"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isUseApproval = ViewBag.isUseApproval; bool isShowReCheckClose = ViewBag.IsShowReCheckClose; } @section CSS{ } @section JS { }
| 收支方向 | 资金类别 | 应返还本金 | 利息金额 | 预付金/预付金平仓盈亏 |
| {{item.InterestDirection==1?"收取":"支付"}} | {{item.InterestModeStr}} |
|
|
{{item.InterestClosePnL}} |
| 收支方向 | 利息金额 | 利息端平仓盈亏 |
| {{item.InterestDirection==1?"收取":"支付"}} |
|
{{item.InterestClosePnL}} |