ant-design-vue表格数据为null取其他字段
{title: '时间',align: 'center',dataIndex: 'updateTime',customRender: function (t, listDataSource) {return t || listDataSource.createTime}},其实知道是用这个方法,但是一直尝试不知道怎么用custom...
·
{
title: '时间',
align: 'center',
dataIndex: 'updateTime',
customRender: function (t, listDataSource) {
return t || listDataSource.createTime
}
},
其实知道是用这个方法,但是一直尝试不知道怎么用
customRender: function (t, listDataSource) {
return t || console.log(listDataSource.arrivalTime);
}
最后在return处设置了一串打印,可以把数据源打印出来,那么就可以使用其他字段的值,还可以改变数据源
更多推荐
已为社区贡献5条内容
所有评论(0)