refactor(mallMember): 修改会员列表中管理员字段的标题
- 将"社区发布人"标题更改为"管理员"
- 保留原有的字段名和模板引用
| | |
| | | {type: 'checkbox'}, |
| | | {type: 'numbers', title: '', width: 80}, |
| | | {field: 'checkOrder', title: '状态', templet: '#accountStatusSwitch', minWidth: 100,align:'center'}, |
| | | {field: 'checkOrder', title: '社区发布人', templet: '#checkOrderSwitch', minWidth: 100,align:'center'}, |
| | | {field: 'checkOrder', title: '管理员', templet: '#checkOrderSwitch', minWidth: 100,align:'center'}, |
| | | // {field: 'checkLeader', title: '自提核销', templet: '#checkLeaderSwitch', minWidth: 100,align:'center'}, |
| | | // {field: 'isSalesman', title: '推销员设置', templet: '#isSalesmanSwitch', minWidth: 100,align:'center'}, |
| | | // {title: '操作', toolbar: '#memberOption', minWidth: 200, align: 'center'}, |