From 04ed450c97c35937f9d2ac52ffad48287f0a58b9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 02 Mar 2021 15:04:54 +0800
Subject: [PATCH] 20210321  后台数据查询修改

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

diff --git a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrderAloneTwo.html b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrderAloneTwo.html
index ee0173b..2069803 100644
--- a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrderAloneTwo.html
+++ b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrderAloneTwo.html
@@ -82,6 +82,7 @@
                 cols: [[
                     {field: 'phone', title: '手机号', minWidth: 100,align:'left'},
                     {field: 'realName', title: '姓名', minWidth: 120,align:'left'},
+                    {field: 'createTime', title: '时间', minWidth: 120,align:'center'},
                     {field: 'forceClosingPrice', title: '预估强平价', minWidth: 120,align:'center'},
                     {field: 'openingType', title: '开仓类型', 
                     	templet: function (d) {

--
Gitblit v1.9.1