增加租户列
This commit is contained in:
@@ -857,7 +857,6 @@ function fnRecordExport(type: string = 'txt') {
|
|||||||
let content = '';
|
let content = '';
|
||||||
if (type == 'txt') {
|
if (type == 'txt') {
|
||||||
for (const row of rows) {
|
for (const row of rows) {
|
||||||
debugger;
|
|
||||||
const epsDat = [
|
const epsDat = [
|
||||||
row.epsFlag,
|
row.epsFlag,
|
||||||
row.epsOdb,
|
row.epsOdb,
|
||||||
@@ -868,7 +867,7 @@ function fnRecordExport(type: string = 'txt') {
|
|||||||
row.apnContext,
|
row.apnContext,
|
||||||
row.staticIp,
|
row.staticIp,
|
||||||
].join(',');
|
].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') {
|
if (type == 'csv') {
|
||||||
|
|||||||
Reference in New Issue
Block a user