| | |
| | | }, |
| | | {title: '支付金额', field: 'payMoney', visible: true, align: 'center', valign: 'middle', |
| | | }, |
| | | {title: '支付状态', field: 'payStatus', visible: true, align: 'center', valign: 'middle', |
| | | {title: '支付状态', field: 'state', visible: true, align: 'center', valign: 'middle', |
| | | formatter: function (value, row) { |
| | | return {1: '未支付', 2: '已支付'}[value]; |
| | | return value == 7 ? "待支付":"已支付"; |
| | | } |
| | | }, |
| | | {title: '支付时间', field: 'payTime', visible: true, align: 'center', valign: 'middle',width:'10%', |
| | |
| | | return btn; |
| | | } |
| | | }, |
| | | {title: '用户id', field: 'userId', visible: false, align: 'center', valign: 'middle'}, |
| | | {title: '用户昵称', field: 'userName', visible: true, align: 'center', valign: 'middle', |
| | | formatter: function (value, row) { |
| | | var btn = ""; |