config.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. export const columns = [
  2. { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', ellipsis:true },
  3. { title: window.$t('lotCard.source'), dataIndex: 'sourceName', align: 'center', ellipsis:true },
  4. { title: 'IMSI', dataIndex: 'account', align: 'center', ellipsis:true},
  5. { title: 'SIM绑定的IMSI', dataIndex: 'currentImsi', align: 'center', ellipsis:true },
  6. // { title: 'SIM货币余额', dataIndex: 'moneyBalances', align: 'center', ellipsis:true },
  7. { title: 'SIM生成日期', dataIndex: 'createTime', align: 'center', ellipsis:true },
  8. { title: '支付方式', dataIndex: 'payType', align: 'center', ellipsis:true },
  9. { title: 'SIM状态', dataIndex: 'accountStatus', align: 'center', ellipsis:true },
  10. { title: '预警状态', dataIndex: 'accountStatus', align: 'center', ellipsis:true },
  11. { title: '已使用总流量', dataIndex: 'dataUsageTotal', align: 'center', ellipsis:true },
  12. { title: '语音呼入分钟数', dataIndex: 'voiceMtTotal', align: 'center', ellipsis:true },
  13. { title: '语音呼出分钟数', dataIndex: 'voiceMoTotal', align: 'center', ellipsis:true },
  14. { title: '总语音分钟数', dataIndex: 'voiceTotal', align: 'center', ellipsis:true },
  15. { title: '发短信数', dataIndex: 'smsTotal', align: 'center', ellipsis:true },
  16. { title: 'SIM有效期(月)', dataIndex: 'validMonth', align: 'center', ellipsis:true },
  17. { title: 'SIM关闭日期', dataIndex: 'closeTime', align: 'center', ellipsis:true },
  18. { title: 'SIM激活日期', dataIndex: 'activeTime', align: 'center', ellipsis:true },
  19. { title: 'IMSI所属供应商名称', dataIndex: 'currentImsiProvider', align: 'center', ellipsis:true },
  20. { title: '卡套餐', dataIndex: 'dataPackageName', align: 'center', ellipsis:true },
  21. { title: '预警状态', dataIndex: 'forewarningStatus', align: 'center', width: 200 ,ellipsis:true},
  22. { title: '历史用量', dataIndex: 'HistoricalUsage', align: 'center', width: 200 ,ellipsis:true},
  23. { title: '池名称/编号', dataIndex: 'poolNum', align: 'center', width: 200 ,ellipsis:true},
  24. { title: '沉默期到期时间', dataIndex: 'SilenceEndtime', align: 'center', width: 200 ,ellipsis:true},
  25. { title: '已用(套餐流量)', dataIndex: 'usedFlowrate', align: 'center', width: 200 ,ellipsis:true},
  26. { title: '可用(套餐流量)', dataIndex: 'usableFlowrate', align: 'center', width: 200 ,ellipsis:true},
  27. { title: '已用(加油包流量)', dataIndex: 'usedBg', align: 'center', width: 200 ,ellipsis:true},
  28. { title: '可用(加油包流量)', dataIndex: 'usableBg', align: 'center', width: 200 ,ellipsis:true},
  29. {
  30. title: window.$t('global.common.operations'),
  31. dataIndex: 'id',
  32. slotName: 'id',
  33. align: 'center',
  34. width: 200,
  35. fixed: "right",
  36. }
  37. ]
  38. export const columnsTrafficUse = [
  39. { title: window.$t('lotCard.appName'), dataIndex: 'appName', align: 'center', },
  40. { title: window.$t('lotCard.mcc'), dataIndex: 'mcc', align: 'center', width: 100 },
  41. { title: window.$t('lotCard.qtaconsumption'), dataIndex: 'qtaconsumption', align: 'center', },
  42. { title: window.$t('lotCard.time'), dataIndex: 'time', align: 'center', },
  43. ]