render: (h, params) => { return h('div', [ h('Tooltip', { props: { placement: 'top' } }, [ h('span', { style: { display: 'inline-block', width: params.column._width*0.9+'px', overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap', }, }, p