@@ -130,7 +130,7 @@ export default {
prop: 'executor',
showTooltip: true,
render: (h, row) => {
- return <div>{this.activeName === 'all' ? row.assignee.name : row.executor}</div>
+ return <div>{this.activeName === 'all' ? row.assignee?.name : row.executor}</div>
}
},
{