* [bug#63565,done,0.2h,0h] Remove testtask scene pri and assignedTo field.

This commit is contained in:
wangyuting
2025-06-25 14:31:47 +08:00
parent fee6c87914
commit cb730cf424
+2
View File
@@ -79,6 +79,8 @@ window.onRenderCell = function(result, {row, col})
}
}
if((col.name == 'assignedTo' || col.name == 'pri') && row.data.isScene) delete result[0];
if(row.data.isScene && col.name == 'title' && typeof result[0] == 'object')
{
delete result[0].props['href'];