xiaoyong931011
2021-03-22 3da86330472b0170385427c4ff63204f8d5a2fff
src/main/resources/templates/febs/views/modules/trademanage/positionSetting.html
@@ -111,14 +111,13 @@
                id: 'userTable',
                url: ctx + 'tradeManage/positionSetting',
                totalRow: true,
                initSort: {field:'createTime', type:'desc'},
                cols: [[
                    {field: 'phone', title: '账号',minWidth: 100,align:'left',totalRowText: '合计'},
                    {field: 'email', title: '邮箱', minWidth: 100,align:'left'},
                    {field: 'realName', title: '姓名', minWidth: 120,align:'left'},
                    {field: 'inviteId', title: '邀请码', minWidth: 120,align:'center',sort: true},
                    {field: 'createTime', title: '时间', minWidth: 120,align:'center',sort: true},
                    {field: 'sumRewardAmount', title: '持仓总盈亏', minWidth: 120,align:'center',sort: true},
                    {field: 'inviteId', title: '邀请码', minWidth: 120,align:'center'},
                    {field: 'createTime', title: '时间', minWidth: 120,align:'center'},
                    {field: 'sumRewardAmount', title: '持仓总盈亏', minWidth: 120,align:'center'},
                    {field: 'pcState', title: '是否可平仓',
                        templet: function (d) {
                            if (d.pcState == 1) {