增加Network Function IPv4地址

This commit is contained in:
lai
2024-10-24 10:40:20 +08:00
parent 7a49de71ea
commit acdadcbb6f

View File

@@ -813,6 +813,13 @@ onBeforeUnmount(() => {
}} }}
</span> </span>
</div> </div>
<div>
<span>Network Function IPv4: </span>
<span>{{
record.cdrJSON.nFunctionConsumerInformation
.networkFunctionIPv4Address
}}</span>
</div>
</a-col> </a-col>
</a-row> </a-row>
</template> </template>