fix: SGWC-CDR字段变更SGSN/GGSN

This commit is contained in:
TsMask
2025-02-20 10:20:44 +08:00
parent fbd2867ad2
commit b3e9761305

View File

@@ -768,12 +768,18 @@ onBeforeUnmount(() => {
<span> {{ record.cdrJSON.servedMSISDN }} </span>
</div>
<div>
<span>PGW Address Used: </span>
<span> {{ record.cdrJSON.pGWAddressUsed }} </span>
<span>GGSN Address: </span>
<span>
{{
record.cdrJSON.pGWAddressUsed || record.cdrJSON.GGSNAddress
}}
</span>
</div>
<div>
<span>SGW Address: </span>
<span> {{ record.cdrJSON.sGWAddress }} </span>
<span>SGSN Address: </span>
<span>
{{ record.cdrJSON.sGWAddress || record.cdrJSON.SGSNAddress }}
</span>
</div>
<div>
<span>RAT Type: </span>