赞
踩
- //自定义表头属性,单元格属性:绑定class,事件
- {
- title: '项目', align: "center", dataIndex: 'item',
- customCell: (record) => ({ class: 'father', on: { click: (record) => { this.DetailAdd(record) } } }),
- customHeaderCell: () => ({ style: { textAlign: 'center' } }),//头部单元格水平居中
- scopedSlots: { customRender: 'itemAction' }
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。