Commit d55c925e by zhaochengxiang

衍生表放开编辑衍生表

parent b9209650
......@@ -359,6 +359,15 @@ const EditModel = (props) => {
版本历史
</Button>
{
!modelerData?.inheritedFromEasyDataModelerDataModel && <Button type='primary' onClick={() => {
setActionData({ ...actionData, action: 'edit-inherited' });
actionRef.current = 'edit-inherited';
setEditInheritedParms({visible: true, modelerData});
}} danger >
编辑历史存储形式
</Button>
}
{
editable && <Button type='primary' onClick={edit} danger >
编辑
</Button>
......
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