| | |
| | | <script type="text/html" id="account-type"> |
| | | {{# |
| | | var accountType = { |
| | | 2: {title: '正常账号'}, |
| | | 1: {title: '测试账号'} |
| | | 1: {title: '正常账号'}, |
| | | 2: {title: '测试账号'} |
| | | }[d.accountType]; |
| | | }} |
| | | <span>{{ accountType.title }}</span> |
| | |
| | | {field: 'email', title: '邮箱', minWidth: 200}, |
| | | {field: 'inviteId', title: '邀请码'}, |
| | | {field: 'refererId', title: '上级邀请码'}, |
| | | {field: 'contractTotal', title: '合约资产', minWidth: 120}, |
| | | {field: 'coinTotal', title: '币币资产', minWidth: 120}, |
| | | {field: 'agentTotal', title: '佣金资产', minWidth: 120}, |
| | | {title: '账号类型', templet: '#account-type'}, |
| | | {title: '账号状态', templet: '#account-status'}, |
| | | {title: '审核状态', templet: '#certify-status'}, |