* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-07-10 05:51:57 +00:00
parent 8ef7d8d045
commit 0cbc116e6d
-1
View File
@@ -15,7 +15,6 @@ window.onRenderCell = function(result, {row, col})
else if(col.name == 'status' && result)
{
result[0] = {html: `<span class='status-${row.data.rawStatus}'>` + row.data.status + "</span>"};
result[0].props['data-app'] = 'testtask';
}
return result;
}