diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue index 47be75f2..08f2086a 100644 --- a/src/views/neUser/sub/index.vue +++ b/src/views/neUser/sub/index.vue @@ -857,7 +857,6 @@ function fnRecordExport(type: string = 'txt') { let content = ''; if (type == 'txt') { for (const row of rows) { - debugger; const epsDat = [ row.epsFlag, row.epsOdb, @@ -868,7 +867,7 @@ function fnRecordExport(type: string = 'txt') { row.apnContext, row.staticIp, ].join(','); - content += `${row.imsi},${row.msisdn},${row.ambr},${row.nssai},${row.arfb},${row.sar},${row.rat},${row.cn},${row.smfSel},${row.smData},${epsDat}\r\n`; + content += `${row.imsi},${row.msisdn},${row.ambr},${row.nssai},${row.arfb},${row.sar},${row.rat},${row.cn},${row.smfSel},${row.smData},${row.tenantName},${epsDat}\r\n`; } } if (type == 'csv') {