| | |
| | | var status = { |
| | | 1: {title: '审核通过'}, |
| | | 2: {title: '等待审核'}, |
| | | 3: {title: '审核驳回'} |
| | | 3: {title: '驳回'} |
| | | }[d.status]; |
| | | }} |
| | | <span>{{ status.title }}</span> |
| | |
| | | url: ctx + 'admin/mallMember/shopApplyList', |
| | | cols: [[ |
| | | {field: 'vipName', title: '会员名称', minWidth: 100}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100}, |
| | | // {field: 'inviteId', title: '邀请码', minWidth: 100}, |
| | | {field: 'workMan', title: '经办人', minWidth: 100}, |
| | | {field: 'name', title: '姓名', minWidth: 100}, |
| | | {field: 'phone', title: '电话', minWidth: 100}, |
| | | {field: 'shopName', title: '店铺名称', minWidth: 100}, |