* [task#135778,done,0.5h].

This commit is contained in:
songchenxuan
2025-01-02 17:06:48 +08:00
committed by 周鑫
parent 21c77c792d
commit ca75166df3
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -36,6 +36,8 @@ $(document).off('click', '.batch-btn').on('click', '.batch-btn', function()
*/
window.onRenderCell = function(result, {row, col})
{
if(from == 'doc') return result;
if(result && col.name == 'title')
{
result[0].props.className = 'overflow-hidden';
+1
View File
@@ -14,6 +14,7 @@ jsVar('productID', $product->id);
jsVar('branch', $branch);
jsVar('today', date('Y-m-d'));
jsVar('caseCommonLang', $this->lang->testcase->common);
jsVar('from', $from);
jsVar('blockID', $blockID);
$queryMenuLink = createLink('bug', 'browse', "productID={$product->id}&branch={$branch}&browseType=bySearch&param={queryID}");