增加Network Function IPv4属性

This commit is contained in:
lai
2024-10-24 11:12:04 +08:00
parent 580b931610
commit 0ab04ab819
2 changed files with 14 additions and 0 deletions

View File

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

View File

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