|
@@ -10,7 +10,7 @@ export const columns = [
|
|
|
|
|
|
{ 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 },
|
|
|
|
|
|
|