CN-1150: 实体列表接口对接

This commit is contained in:
刘洪洪
2023-07-07 17:22:51 +08:00
parent 87cd43dde2
commit 9c46e1af47
23 changed files with 1432 additions and 983 deletions

View File

@@ -282,7 +282,7 @@ export const columnList = [
label: 'IP.Address'
},
{
name: 'ip_location_country',
name: 'country',
type: 'string',
label: 'IP.Country'
},
@@ -292,12 +292,12 @@ export const columnList = [
label: 'IP.Province'
},
{
name: 'ip_location_city',
name: 'region',
type: 'string',
label: 'IP.City'
},
{
name: 'ip_asn',
name: 'asn',
type: 'string',
label: 'IP.ASN'
},
@@ -367,7 +367,7 @@ export const columnList = [
label: 'Domain.Whois address'
},
{
name: 'domain_whois_city',
name: 'region',
type: 'string',
label: 'Domain.Whois city'
},
@@ -377,7 +377,7 @@ export const columnList = [
label: 'Domain.Whois state'
},
{
name: 'domain_whois_country',
name: 'country',
type: 'string',
label: 'Domain.Whois country'
},