{
title: '任務名稱',
dataIndex: 'title',
ellipsis: true,
customCell: () => {
return {
style: {
'min-width': '160px',
},
};
},
},