import { TargetingSourceTypeEnum, } from '@/services/launchAdq/enum'
import React from 'react'
import { Badge, Tooltip } from 'antd'
function tableConfig(): any {
return [
{
title: '所属账号',
dataIndex: 'accountId',
key: 'accountId',
align: 'center',
width:70,
render:(a:string)=>{
return {a}
}
},
{
title: '定向ID',
dataIndex: 'targetingId',
key: 'targetingId',
align: 'center',
width: 100,
render:(a:string)=>{
return {a}
}
},
{
title: '定向名称',
dataIndex: 'targetingName',
key: 'targetingName',
align: 'center',
width: 250
},
{
title: '定向描述',
dataIndex: 'description',
key: 'description',
align: 'center',
width: 250
},
{
title: '地理位置',
dataIndex: 'targetingTranslation',
key: 'targetingTranslation',
align: 'center',
width: 600,
render: (a: any) => {
return