render: (createElement, params) => {
return createElement('div', [
// createElement('img', {
// class: '',
// style: 'width:15px;height:16px;',
// attrs: {
// src: CURRENT_PAGE_THIS.extractIcon
// }
// }),
createElement(
'td-button',
{
class: 'extract_btn',
style: 'width:30px;text-align: left;',
props: {
type: 'text',
size: 'small'
},
on: {
click: () => {
CURRENT_PAGE_THIS.extract(params.row);
}
}
},
这是一个按钮
)]
vue中render函数的用法实例
最新推荐文章于 2024-08-15 16:42:09 发布