|
@@ -69,14 +69,14 @@ function TargetIng(props: Props) {
|
|
|
</Tooltip>}
|
|
|
</>
|
|
|
},
|
|
|
- {
|
|
|
- key: '2',
|
|
|
- label: <>
|
|
|
- {accountCreateLogs?.length > 0 && queryForm?.sysTargeting ? <Button type="link" style={{ fontSize: 12, padding: 0 }} onClick={() => setExpandVisible(true)}>自动扩量</Button> : <Tooltip title={accountCreateLogs?.length > 0 ? `请先添加定向` : `请先选择媒体账户`}>
|
|
|
- <Button type="link" style={{ fontSize: 12, padding: 0 }}>自动扩量</Button>
|
|
|
- </Tooltip>}
|
|
|
- </>
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // key: '2',
|
|
|
+ // label: <>
|
|
|
+ // {accountCreateLogs?.length > 0 && queryForm?.sysTargeting ? <Button type="link" style={{ fontSize: 12, padding: 0 }} onClick={() => setExpandVisible(true)}>自动扩量</Button> : <Tooltip title={accountCreateLogs?.length > 0 ? `请先添加定向` : `请先选择媒体账户`}>
|
|
|
+ // <Button type="link" style={{ fontSize: 12, padding: 0 }}>自动扩量</Button>
|
|
|
+ // </Tooltip>}
|
|
|
+ // </>
|
|
|
+ // }
|
|
|
]} />}
|
|
|
>
|
|
|
<a onClick={e => e.preventDefault()}>
|