Commit 9d3318ec by zhaochengxiang

模型版本

parent d0fe4fb6
......@@ -10,8 +10,8 @@
# production
/build
/data-govern
/data-govern.zip
/data-govern*
/data-govern*.zip
# misc
.DS_Store
......
......@@ -189,6 +189,12 @@ const EditModel = (props) => {
</Button>
</Space>
)
} else if (action === 'flow') {
actionsBtn = (
<Button onClick={onHistory} >
版本历史
</Button>
);
}
return (
......
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