* [bug#61147,done,0.5h,0h] Fix task title error.

This commit is contained in:
wangyuting
2025-04-03 11:37:45 +08:00
committed by 刘刚
parent 44052874b7
commit b45b445dc5
+1
View File
@@ -56,6 +56,7 @@ window.onRenderCell = function(result, {col, row})
result[0].props.children = data.type == 'point' ? '' : data.name;
if(data.id.indexOf('tid') > -1 && data.type != 'point')
{
result[0].props.title = data.rawName;
result[0].props.children = data.rawName;
result[0].props.href = $.createLink('task', 'view', 'taskID=' + data.rawID);
html += data.prefixLabel;