|
@@ -1,14 +1,14 @@
|
|
export const columns = [
|
|
export const columns = [
|
|
- { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.himsi'), dataIndex: 'hImsi', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.status'), dataIndex: 'status', align: 'center', width:100 },
|
|
|
|
- { title: window.$t('lotCard.created_at'), dataIndex: 'created_at', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.deleted_at'), dataIndex: 'deleted_at', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.updated_at'), dataIndex: 'updated_at', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.msisdn'), dataIndex: 'msisdn', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.source'), dataIndex: 'source', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expire_time', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.UserId'), dataIndex: 'user_id', align: 'center', width:200 },
|
|
|
|
|
|
+ { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.himsi'), dataIndex: 'hImsi', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.status'), dataIndex: 'status', align: 'center', width: 100 },
|
|
|
|
+ { title: window.$t('lotCard.created_at'), dataIndex: 'created_at', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.deleted_at'), dataIndex: 'deleted_at', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.updated_at'), dataIndex: 'updated_at', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.msisdn'), dataIndex: 'msisdn', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.source'), dataIndex: 'source', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expire_time', align: 'center', width: 200 },
|
|
|
|
+ { title: window.$t('lotCard.UserId'), dataIndex: 'user_id', align: 'center', width: 200 },
|
|
{
|
|
{
|
|
title: window.$t('global.common.operations'),
|
|
title: window.$t('global.common.operations'),
|
|
dataIndex: 'id',
|
|
dataIndex: 'id',
|
|
@@ -19,31 +19,3 @@ export const columns = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
|
|
-
|
|
|
|
-export const dialogColumns = [
|
|
|
|
- { title: window.$t('lotCard.cardHlrId'), dataIndex: 'cardHlrId', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.cardHlrId'), dataIndex: 'cardHlrId', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.CreateTime'), dataIndex: 'createTime', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.lastModifyTime'), dataIndex: 'lastModifyTime', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expireTime', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.himsi'), dataIndex: 'himsi', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.msisdn'), dataIndex: 'msisdn', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.realRuleListName'), dataIndex: 'realRuleListName', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.serviceUsageMode'), dataIndex: 'serviceUsageMode', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.statusSim'), dataIndex: 'status', align: 'center', width:200 },
|
|
|
|
- {
|
|
|
|
- title: window.$t('global.common.operations'),
|
|
|
|
- dataIndex: 'id',
|
|
|
|
- slotName: 'id',
|
|
|
|
- align: 'center',
|
|
|
|
- width: 180,
|
|
|
|
- fixed: "right",
|
|
|
|
- }
|
|
|
|
-]
|
|
|
|
-export const UpccDialogColumns = [
|
|
|
|
- { title: window.$t('lotCard.appName'), dataIndex: 'appName', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.mcc'), dataIndex: 'mcc', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.qtaconsumption'), dataIndex: 'qtaconsumption', align: 'center', width:200 },
|
|
|
|
- { title: window.$t('lotCard.time'), dataIndex: 'time', align: 'center', width:200 },
|
|
|
|
-]
|
|
|