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