| 协议名称 | 源IP地址 | 源地址掩码 | 源端口 | 源端口掩码 | 目的IP地址 | 目的地址掩码 | 目的端口 | 目的端口掩码 | 方向 | 协议 | 是否审核 | 创建人员 | 配置时间 | 修改人员 | 修改时间 | 审核人员 | 审核时间 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ${fns:getBySpecServiceId(specificServiceHostCfg.specServiceId).specServiceName } | ${fns:abbr(specificServiceHostCfg.srcIp,15)} | ${fns:abbr(specificServiceHostCfg.srcIpMask,15) } | ${specificServiceHostCfg.srcPort} | ${specificServiceHostCfg.srcPortMask} | ${fns:abbr(specificServiceHostCfg.dstIp,15) } | ${fns:abbr(specificServiceHostCfg.dstIpMask,15) } | ${specificServiceHostCfg.dstPort } | ${specificServiceHostCfg.dstPortMask } | ${fns:getDictLabel("SPEC_DIRECTION",specificServiceHostCfg.direction,"0")} | ${fns:getDictLabel("SPEC_PROTOCOL",specificServiceHostCfg.protocol,"0")} | ${fns:getDictLabel("SPEC_AUDIT",specificServiceHostCfg.isAudit,"0")} | ${fns:getUserById(specificServiceHostCfg.creator.id).name} | ${fns:getUserById(specificServiceHostCfg.editor.id).name} | ${fns:getUserById(specificServiceHostCfg.auditor.id==null?0:specificServiceHostCfg.auditor.id).name} |
${page}