Commit 3bedb9f0 by zhaochengxiang

bug fix

parent ff2347ad
...@@ -1111,7 +1111,7 @@ const AssetAction = (props) => { ...@@ -1111,7 +1111,7 @@ const AssetAction = (props) => {
字段级维护 字段级维护
</Button> </Button>
} }
<Dropdown overlay={ {/* <Dropdown overlay={
<Menu onClick={({ key })=>{ <Menu onClick={({ key })=>{
if (key === 'lineage') { if (key === 'lineage') {
if (metadata?.metadataTableId) { if (metadata?.metadataTableId) {
...@@ -1143,7 +1143,7 @@ const AssetAction = (props) => { ...@@ -1143,7 +1143,7 @@ const AssetAction = (props) => {
<DownOutlined /> <DownOutlined />
</Space> </Space>
</Button> </Button>
</Dropdown> </Dropdown> */}
<Input size="middle" <Input size="middle"
placeholder="搜索中英文名称/业务规则" placeholder="搜索中英文名称/业务规则"
value={keyword} value={keyword}
......
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