xiaoyong931011
2020-07-08 818de0fb27ee2800a3cc000dbf311015e262cb83
20200708   代码提交
1 files modified
2 ■■■ changed files
src/main/resources/templates/febs/views/modules/trademanage/contractHoldOrder.html 2 ●●● patch | view | raw | blame | history
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'},
                ]]
            });
        }