@@ -176,11 +176,22 @@ export default defineComponent({
},
{
title: '消息模板',
- key: 'content'
+ key: 'content',
+ minWidth: '200px',
+ render(row: any) {
+ return (
+ <TheTooltip showContentWidth={300} content={row.content}/>
+ )
+ }
title: '示例',
- key: 'contentExample'
+ key: 'contentExample',
+ <TheTooltip showContentWidth={300} content={row.contentExample}/>
title: '更新人',