* Code for productplan stories url.

This commit is contained in:
sunguangming
2024-05-20 15:06:12 +08:00
parent fa4fc9f47c
commit 0cb78585a0
+4
View File
@@ -15,6 +15,10 @@ window.renderStoryCell = function(result, info)
let gradeLabel = gradeGroup[story.type][story.grade];
if(gradeLabel) html += "<span class='label gray-pale rounded-xl clip'>" + gradeLabel + "</span> ";
if(html) result.unshift({html});
if(result.length > 2)
{
result[1].props.href = $.createLink(story.type, 'view', 'storyID=' + story.id);
}
}
if(info.col.name == 'sort')