@@ -282,7 +282,7 @@
align: 'center',
formatter: (row) => {
if (row.status != 1) {
- return updateTime;
+ return row.updateTime;
}
},
width: 170