Commit 9d3318ec by zhaochengxiang

模型版本

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