Commit 0d2b3948 by zhaochengxiang

血缘 影响

parent 6ff825c7
...@@ -1098,6 +1098,22 @@ const AssetAction = (props) => { ...@@ -1098,6 +1098,22 @@ const AssetAction = (props) => {
字段级维护 字段级维护
</Button> </Button>
} }
<Button type='primary' onClick={() => {
app?.setGlobalState?.({
message: 'data-govern-show-metadata-relation',
data: { id: metadata?.metadataTableId, type: 'lineage' }
})
}}>
血缘关系
</Button>
<Button type='primary' onClick={() => {
app?.setGlobalState?.({
message: 'data-govern-show-metadata-relation',
data: { id: metadata?.metadataTableId, type: 'impact' }
})
}}>
影响关系
</Button>
<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