@@ -191,6 +191,7 @@
{
title: '处理结果',
dataIndex: 'result',
+ ellipsis: true,
width: 120,
customRender: ({ record }) => {
return record.result || '-';