This commit is contained in:
tianshujie
2024-03-05 15:48:28 +08:00
parent 2d15c51ad0
commit cfe7491d83
+1 -1
View File
@@ -5,7 +5,7 @@ window.renderCell = function(result, info)
{
let html = '';
if(task.team) html += "<span class='label gray-pale rounded-xl'>" + multipleAB + "</span>";
if(task.parent) html += "<span class='label gray-pale rounded-xl'>" + childrenAB + "</span>";
if(task.parent > 0) html += "<span class='label gray-pale rounded-xl'>" + childrenAB + "</span>";
if(html) result.unshift({html});
}
if(info.col.name == 'deadline' && result[0])