{{ blockType ? 'IP地址' : '目标地址' }}:{{
item.ip || item.target || '-'
}}
{{ blockType ? '网卡名称' : '输出接口' }}:{{
item.name || item.outputInterface || '-'
}}
{{ blockType ? '掩码' : '子网掩码:' }}:{{ item.mask || '-' }}
{{ blockType ? 'MAC地址' : '网关地址:' }}:{{
item.mac || item.gateway || '-'
}}