| | |
| | | <script type="text/html" id="account-type"> |
| | | {{# |
| | | var accountType = { |
| | | 2: {title: '正常账号'}, |
| | | 1: {title: '测试账号'} |
| | | 1: {title: '正常账号'}, |
| | | 2: {title: '测试账号'} |
| | | }[d.accountType]; |
| | | }} |
| | | <span>{{ accountType.title }}</span> |
| | |
| | | {title: '账号类型', templet: '#account-type'}, |
| | | {title: '账号状态', templet: '#account-status'}, |
| | | {title: '审核状态', templet: '#certify-status'}, |
| | | {field: 'createTime', title: '注册时间', minWidth: 180}, |
| | | {title: '操作', toolbar: '#user-option', minWidth: 140, fixed : 'right'} |
| | | {field: 'createTime', title: '注册时间', minWidth: 180} |
| | | ]] |
| | | }); |
| | | } |