主要是在render()函数中写
{
title:'备注',
key:'log_content',
render:(h,params)=>{
return h('div',{
domProps:{
innerHTML:`${params.row.log_content}`
}
})
}
},