Commit 331becb9 by zhaochengxiang

etl映射配置

parent 8398721a
......@@ -54,14 +54,11 @@ const DatasourceList = (props) => {
<span title={title}>{title}</span>
</div>
<Space className='mx-3' style={{ marginLeft: 'auto' }} size='small'>
{/* {
{
(item.type === 'EtlTarget') && <Tooltip placement='bottom' title={'ETL映射配置'}>
<Button icon={<SettingOutlined />} size='small' onClick={() => { onETLConfig && onETLConfig(item); }} />
</Tooltip>
} */}
<Tooltip placement='bottom' title={'ETL映射配置'}>
<Button icon={<SettingOutlined />} size='small' onClick={() => { onETLConfig && onETLConfig(item); }} />
</Tooltip>
}
<Tooltip placement='bottom' title={'修改'}>
<Button icon={<EditOutlined />} size='small' onClick={() => { onEdit && onEdit(item); }} />
</Tooltip>
......
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