Commit 74670fb2 by zhaochengxiang

合并到基线增加权限

parent 7bbbe5b1
...@@ -774,7 +774,7 @@ const ModelTable = (props) => { ...@@ -774,7 +774,7 @@ const ModelTable = (props) => {
view === 'branch' && <PermissionRcItem view === 'branch' && <PermissionRcItem
id="join" id="join"
onClick={handleItemClick} onClick={handleItemClick}
defaultPermission={true} defaultPermission={currentItem?.supportJoin?true:false}
> >
合并到基线 合并到基线
</PermissionRcItem> </PermissionRcItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment