Commit 12494c06 by zhaochengxiang

服务管理隐藏操作

parent 13ee2984
...@@ -270,7 +270,7 @@ const ModelTable = (props) => { ...@@ -270,7 +270,7 @@ const ModelTable = (props) => {
authActionTitles.push('更换管理'); authActionTitles.push('更换管理');
} }
if (getDataModelerRole(user)!==DataModelerRoleReader && view!=='grant' && record.serviceDefinitionType === 'empty') { if (getDataModelerRole(user)!==DataModelerRoleReader && view!=='grant'&& !isOnlyEnding && record.serviceDefinitionType === 'empty') {
authActionTitles.push('拖拉创建字段'); authActionTitles.push('拖拉创建字段');
authActionTitles.push('自定义sql创建字段'); authActionTitles.push('自定义sql创建字段');
} }
......
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