|
@@ -11,7 +11,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:'Activated', align: 'center', width: 200 },
|
|
|
- { title: window.$t('flowPool.HaveBeenUsedName'), dataIndex: 'index', align: 'center', width: 200 },
|
|
|
+ { title: window.$t('flowPool.HaveBeenUsedName'), dataIndex: 'HaveBeenUsed', 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 },
|
|
|
// { title: window.$t('flowPool.totalFlow'), dataIndex: 'totalFlow', align: 'center', width: 200 },
|