diff --git a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml
index 2eedf7ce..1ed57f2f 100644
--- a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml
+++ b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml
@@ -187,7 +187,8 @@
{{formatQuantity(floatPosition.Quantity)}} |
- 我方{{floatPosition.PayDirection==1?"支付":"收取"}}交易费用
+ @* 我方{{floatPosition.PayDirection==1?"支付":"收取"}}交易费用 *@
+ 我方收取交易费用
|
|
{{formatAmount(floatPosition.FloatPnlSum)}} |
diff --git a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml
index 3ef08042..6186418e 100644
--- a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml
+++ b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml
@@ -6,11 +6,11 @@
bool isShowReCheckClose = ViewBag.IsShowReCheckClose;
bool hideFloatingIncomeDirection = PS.Config.ErpElement.SwapFloatingIncomeReceiveOnlyMode;
}
-@section CSS{
+@section CSS {
}
@section JS
- {
+{