* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-07-11 09:46:38 +08:00
committed by wangzemei
parent edcb45ac96
commit cac15c2995
-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;
}