{
title: '客诉内容',
width:350,
align: 'center',
key: 'content',
render: (h, params) => {
return h('div', [
h('span', {
style: {
display: 'inline-block',
width: '100%',
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap'
},
domProps: {
title: params.row.content
}
}, params.row.content)
])
}
},
iview的table里面多余字用...省略掉
最新推荐文章于 2022-07-29 17:08:24 发布