@@ -195,7 +195,7 @@
slot: 'status',
showOverflowTooltip: true,
formatter: (_row, _column, cellValue) => {
- return this.statusList[_row.status]?.label;
+ return this.statusList.find(item => item.value == cellValue)?.label || '';
},
minWidth: 120