import { TargetingSourceTypeEnum, } from '@/services/launchAdq/enum'
import React from 'react'
import { Badge, Tooltip } from 'antd'
function tableConfig(): any {
return [
{
title: 'ID',
dataIndex: 'targetingId',
key: 'targetingId',
align: 'center',
width: 100
},
{
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