| | |
| | | {title: '生日', field: 'birthday', visible: true, align: 'center', valign: 'middle'}, |
| | | {title: '性别', field: 'gender', visible: true, align: 'center', valign: 'middle', |
| | | formatter:function (data) { |
| | | return {1:"男",2:"女"}[data] |
| | | return {0:"男",1:"男",2:"女"}[data] |
| | | } |
| | | }, |
| | | {title: '销售人员', field: 'salesmanUserName', visible: true, align: 'center', valign: 'middle'}, |
| | |
| | | return {1:"是",0:"否"}[data] |
| | | } |
| | | }, |
| | | {title: '注册时间', field: 'insertTime', visible: true, align: 'center', valign: 'middle'}, |
| | | {title: '状态', field: 'state', visible: true, align: 'center', valign: 'middle', |
| | | formatter:function (data) { |
| | | return {1:"正常",2:"冻结",3:"已注销"}[data] |