refactor(socialCircle):调整朋友圈列表展示字段
- 移除重复的'名称'字段
- 将第一个'name'字段的标题从'名称'改为'标题'
| | |
| | | |
| | | {type: 'numbers', title: '', width: 80}, |
| | | {title: '操作', toolbar: '#activityOption', minWidth: 200, align: 'center'}, |
| | | {field: 'name', title: '名称', minWidth: 150,align:'left'}, |
| | | {field: 'name', title: '标题', minWidth: 150,align:'left'}, |
| | | {field: 'memberName', title: '发布人', minWidth: 150,align:'left'}, |
| | | {field: 'categoryName', title: '分类', minWidth: 150,align:'left'}, |
| | | {field: 'name', title: '标题', minWidth: 150,align:'left'}, |
| | | {field: 'state', title: '状态', templet: '#scStateSwitch', minWidth: 130,align:'center'} |
| | | ]] |
| | | }); |