|
@@ -9,9 +9,9 @@ export const columns = [
|
|
|
|
|
|
|
|
|
{ title: window.$t('flowPool.source'), dataIndex: 'sourceName', align: 'center', width: 200 },
|
|
|
- { title: window.$t('flowPool.tariffName'), dataIndex: 'sourceName', align: 'center', width: 200 },
|
|
|
- { title: window.$t('flowPool.ActivatedName'), dataIndex: 'sourceName', align: 'center', width: 200 },
|
|
|
- { title: window.$t('flowPool.HaveBeenUsedName'), 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.HaveBeenUsedName'), dataIndex: 'index', align: 'center', width: 200 },
|
|
|
|
|
|
|
|
|
|