Commit 24c8fae6 by zhaochengxiang

隐藏送审按钮

parent da24da75
......@@ -489,11 +489,11 @@ class Model extends React.Component {
</Tooltip>
</Space>
<Space>
{/* <Space>
<Tooltip title={startFlowTip}>
<Button onClick={this.startFlow} disabled={disableStartFlow}>送审</Button>
</Tooltip>
</Space>
</Space> */}
<Space>
<Tooltip title={(selectModelerIds||[]).length===0?'请先选择模型':''}>
......
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