* [refac bug #54179] Disable nopriv link.

This commit is contained in:
wangyidong
2024-08-19 15:59:25 +08:00
committed by 孙广明
parent 320afc248e
commit 08d8bc1887
+1 -1
View File
@@ -21,7 +21,7 @@ window.onRenderCell = function(result, {row, col})
}
else
{
if(result[0].length) delete result[0].props.items[0];
result[0].props.items[0]['disabled'] = true;
}
}
if(result && col.name == 'title')