From 818de0fb27ee2800a3cc000dbf311015e262cb83 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 08 Jul 2020 17:46:09 +0800 Subject: [PATCH] 20200708 代码提交 --- src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html | 2 +- 1 files changed, 1 insertions(+), 1 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 ee814a6..d9e7b67 100644 --- a/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html +++ b/src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html @@ -74,7 +74,6 @@ totalRow: true, cols: [[ {field: 'phone', title: '手机号', minWidth: 100,align:'left',totalRowText: '合计'}, - {field: 'email', title: '邮箱', minWidth: 200,align:'left'}, {field: 'forceClosingPrice', title: '预估强平价', minWidth: 120,align:'center'}, {field: 'openingType', title: '开仓类型', templet: function (d) { @@ -112,6 +111,7 @@ {field: 'stopProfitPrice', title: '止盈价', minWidth: 120,align:'center'}, {field: 'inviteId', title: '邀请码UID', minWidth: 120,align:'center'}, {field: 'orderNo', title: '订单编号', minWidth: 200,align:'center'}, + {field: 'email', title: '邮箱', minWidth: 200,align:'left'}, ]] }); } -- Gitblit v1.9.1