tableColumns: [
{
type: 'selection',
width: 60,
align: 'center'
},
{
title: '主题',
key: 'description'
},
{
title: '类型',
key: 'type'
}
],
想在table里边,点击这个主题这个格的时候,绑定一个点击事件,点击这个之后,链接跳转到另一个页面,这个点击事件怎么绑定的。用这个render