Commit 4d8cb10f by zhaochengxiang

模型去掉需求视角,去掉建表

parent 3e309be1
......@@ -811,11 +811,11 @@ const ModelTable = (props) => {
);
})
}
{
{/* {
currentItem?.deployable && <RcItem id='createTable' onClick={handleItemClick}>
建表
</RcItem>
}
} */}
</RcMenu>
......
......@@ -21,10 +21,10 @@ const viewModes = [
key: 'state',
name: '模型状态视角'
},
{
key: 'requirement',
name: '数据需求视角'
}
// {
// key: 'requirement',
// name: '数据需求视角'
// }
];
const ModelTree = (props) => {
......
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