From ec4ca023553f76dcb518e06ccf728e86a48e08fd Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 15 Oct 2020 17:10:21 +0800
Subject: [PATCH] 20201015

---
 src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html
index 79f5feb..766dab2 100644
--- a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html
+++ b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html
@@ -100,6 +100,7 @@
                             }, minWidth: 100,align:'center'},
                     {field: 'symbol', title: '币种', minWidth: 100,align:'center'},
                     {field: 'symbolCnt', title: '手数', minWidth: 80,align:'center'},
+                    {field: 'symbolCntSale', title: '可平张数', minWidth: 120,align:'center'},
                     {field: 'rewardRatio', title: '实时盈亏', 
                     	templet: function (d) {
                             if (d.rewardRatio > 0) {

--
Gitblit v1.9.1