fix: 兼容3G的SGWC字段
This commit is contained in:
@@ -767,19 +767,21 @@ onBeforeUnmount(() => {
|
|||||||
<span>MSISDN: </span>
|
<span>MSISDN: </span>
|
||||||
<span> {{ record.cdrJSON.servedMSISDN }} </span>
|
<span> {{ record.cdrJSON.servedMSISDN }} </span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div v-if="record.cdrJSON.pGWAddressUsed">
|
||||||
<span>GGSN Address: </span>
|
<span>PGW Address: </span>
|
||||||
<span>
|
<span> {{ record.cdrJSON.pGWAddressUsed }} </span>
|
||||||
{{
|
|
||||||
record.cdrJSON.pGWAddressUsed || record.cdrJSON.GGSNAddress
|
|
||||||
}}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div v-if="record.cdrJSON.GGSNAddress">
|
||||||
|
<span>GGSN Address: </span>
|
||||||
|
<span> {{ record.cdrJSON.GGSNAddress }} </span>
|
||||||
|
</div>
|
||||||
|
<div v-if="record.cdrJSON.sGWAddress">
|
||||||
|
<span>SGW Address: </span>
|
||||||
|
<span> {{ record.cdrJSON.sGWAddress }} </span>
|
||||||
|
</div>
|
||||||
|
<div v-if="record.cdrJSON.SGSNAddress">
|
||||||
<span>SGSN Address: </span>
|
<span>SGSN Address: </span>
|
||||||
<span>
|
<span> {{ record.cdrJSON.SGSNAddress }} </span>
|
||||||
{{ record.cdrJSON.sGWAddress || record.cdrJSON.SGSNAddress }}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>RAT Type: </span>
|
<span>RAT Type: </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user