|
@@ -4,7 +4,7 @@ export const columns = [
|
|
{ title: window.$t('lotCard.userName'), dataIndex: 'userName', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.userName'), dataIndex: 'userName', align: 'center', ellipsis: true },
|
|
{ title: 'IMSI', dataIndex: 'currentImsi', align: 'center', ellipsis: true },
|
|
{ title: 'IMSI', dataIndex: 'currentImsi', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.bind'), dataIndex: 'currentImsi', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.bind'), dataIndex: 'currentImsi', align: 'center', ellipsis: true },
|
|
- // { title: 'SIM货币余额', dataIndex: 'moneyBalances', align: 'center', ellipsis:true },
|
|
|
|
|
|
+ { title: 'SIM货币余额', dataIndex: 'moneyBalances', align: 'center', ellipsis:true },
|
|
{ title: window.$t('lotCard.GenerationDate'), dataIndex: 'createTime', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.GenerationDate'), dataIndex: 'createTime', align: 'center', ellipsis: true },
|
|
// { title: '支付方式', dataIndex: 'payType', align: 'center', ellipsis: true },
|
|
// { title: '支付方式', dataIndex: 'payType', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.SimStatus'), dataIndex: 'iccidStatus', align: 'center', ellipsis: true },
|
|
{ title: window.$t('lotCard.SimStatus'), dataIndex: 'iccidStatus', align: 'center', ellipsis: true },
|