|
@@ -10,7 +10,7 @@ export const columns = [
|
|
|
// { title: window.$t('flowPool.exceededFlow'), dataIndex: 'exceededFlow', align: 'center', width: 200 },
|
|
|
{ title: window.$t('flowPool.source'), dataIndex: 'sourceName', align: 'center', width: 200 },
|
|
|
{ title: window.$t('flowPool.tariffName'), dataIndex: 'simTariffName', align: 'center', width: 200 },
|
|
|
- { title: window.$t('flowPool.ActivatedName'), dataIndex: 'index', align: 'center', width: 200 },
|
|
|
+ { title: window.$t('flowPool.ActivatedName'),dataIndex:'Activated', align: 'center', width: 200 },
|
|
|
{ title: window.$t('flowPool.HaveBeenUsedName'), dataIndex: 'index', align: 'center', width: 200 },
|
|
|
// { title: window.$t('flowPool.cardRariffName'), dataIndex: 'cardRariffName', align: 'center', width: 200 },
|
|
|
// { title: window.$t('flowPool.cardNum'), dataIndex: 'cardNum', align: 'center', width: 200 },
|