|
@@ -13,7 +13,6 @@ const gatewayGroupId = computed(() => Number(route.query.id || 0))
|
|
|
const columns = shallowRef([
|
|
|
{ title: 'ID', dataIndex: 'id', key: 'id' },
|
|
|
{ title: '网关组ID', dataIndex: 'gatewayGroupId', key: 'gatewayGroupId' },
|
|
|
- { title: '网关组名称', dataIndex: 'tag', key: 'tag' },
|
|
|
{ title: 'IP地址', dataIndex: 'ip', key: 'ip' },
|
|
|
{ title: '标签', dataIndex: 'tag', key: 'tag' },
|
|
|
{ title: '归属地', dataIndex: 'originPlace', key: 'originPlace' },
|