|
@@ -8,7 +8,6 @@ export const columns = [
|
|
{ title: 'SIM生成日期', dataIndex: 'createTime', align: 'center', ellipsis: true },
|
|
{ title: 'SIM生成日期', dataIndex: 'createTime', align: 'center', ellipsis: true },
|
|
// { title: '支付方式', dataIndex: 'payType', align: 'center', ellipsis: true },
|
|
// { title: '支付方式', dataIndex: 'payType', align: 'center', ellipsis: true },
|
|
{ title: 'SIM状态', dataIndex: 'iccidStatus', align: 'center', ellipsis: true },
|
|
{ title: 'SIM状态', dataIndex: 'iccidStatus', align: 'center', ellipsis: true },
|
|
- { title: '预警状态', dataIndex: '', align: 'center', ellipsis: true },
|
|
|
|
{ title: '已使用总流量', dataIndex: 'dataUsageTotal', slotName: 'dataUsageTotal', align: 'center', ellipsis: true },
|
|
{ title: '已使用总流量', dataIndex: 'dataUsageTotal', slotName: 'dataUsageTotal', align: 'center', ellipsis: true },
|
|
{ title: '语音呼入分钟数', dataIndex: 'voiceMtTotal', align: 'center', ellipsis: true },
|
|
{ title: '语音呼入分钟数', dataIndex: 'voiceMtTotal', align: 'center', ellipsis: true },
|
|
{ title: '语音呼出分钟数', dataIndex: 'voiceMoTotal', align: 'center', ellipsis: true },
|
|
{ title: '语音呼出分钟数', dataIndex: 'voiceMoTotal', align: 'center', ellipsis: true },
|
|
@@ -20,13 +19,13 @@ export const columns = [
|
|
{ title: 'IMSI所属供应商名称', dataIndex: 'currentImsiProvider', align: 'center', ellipsis: true },
|
|
{ title: 'IMSI所属供应商名称', dataIndex: 'currentImsiProvider', align: 'center', ellipsis: true },
|
|
{ title: '卡套餐', dataIndex: 'tariffName', align: 'center', ellipsis: true },
|
|
{ title: '卡套餐', dataIndex: 'tariffName', align: 'center', ellipsis: true },
|
|
{ title: '预警状态', dataIndex: 'forewarningStatus', align: 'center', width: 200, ellipsis: true },
|
|
{ title: '预警状态', dataIndex: 'forewarningStatus', align: 'center', width: 200, ellipsis: true },
|
|
- { title: '历史用量', dataIndex: 'HistoricalUsage', align: 'center', width: 200, ellipsis: true },
|
|
|
|
{ title: '池名称/编号', dataIndex: 'poolNum', slotName: 'poolNum', align: 'center', width: 200, ellipsis: true },
|
|
{ title: '池名称/编号', dataIndex: 'poolNum', slotName: 'poolNum', align: 'center', width: 200, ellipsis: true },
|
|
{ title: '沉默期到期时间', dataIndex: 'SilenceEndtime', align: 'center', width: 200, ellipsis: true },
|
|
{ title: '沉默期到期时间', dataIndex: 'SilenceEndtime', align: 'center', width: 200, ellipsis: true },
|
|
- { title: '已用(套餐流量)', dataIndex: 'dataUsage', align: 'center', width: 200, ellipsis: true },
|
|
|
|
- { title: '可用(套餐流量)', dataIndex: 'dataTotal', align: 'center', width: 200, ellipsis: true },
|
|
|
|
- { title: '已用(加油包流量)', dataIndex: 'usedBg', align: 'center', width: 200, ellipsis: true },
|
|
|
|
- { title: '可用(加油包流量)', dataIndex: 'usableBg', align: 'center', width: 200, ellipsis: true },
|
|
|
|
|
|
+ { title: '已用(套餐流量)', dataIndex: 'dataUsage', align: 'center', ellipsis: true },
|
|
|
|
+ { title: '可用(套餐流量)', dataIndex: 'dataTotal', align: 'center', ellipsis: true },
|
|
|
|
+ { title: '已用(加油包流量)', dataIndex: 'usedBg', align: 'center', ellipsis: true },
|
|
|
|
+ { title: '可用(加油包流量)', dataIndex: 'usableBg', align: 'center', ellipsis: true },
|
|
|
|
+ { title: '默认速率', dataIndex: 'dataSpeed', align: 'center', ellipsis: true },
|
|
{
|
|
{
|
|
title: window.$t('global.common.operations'),
|
|
title: window.$t('global.common.operations'),
|
|
dataIndex: 'id',
|
|
dataIndex: 'id',
|