config.js 1.8 KB

123456789101112131415161718192021222324252627282930
  1. export const columns = [
  2. { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', width: 200 },
  3. { title: window.$t('lotCard.status'), dataIndex: 'statusName', align: 'center', width: 100 },
  4. { title: window.$t('lotCard.created_at'), dataIndex: 'created_at', align: 'center', width: 200 },
  5. // { title: window.$t('lotCard.deleted_at'), dataIndex: 'deleted_at', align: 'center', width: 200 },
  6. { title: window.$t('lotCard.updated_at'), dataIndex: 'updated_at', align: 'center', width: 200 },
  7. { title: window.$t('lotCard.msisdn'), dataIndex: 'msisdn', align: 'center', width: 200 },
  8. { title: window.$t('lotCard.source'), dataIndex: 'sourceName', align: 'center', width: 200 },
  9. { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expire_time', align: 'center', width: 200 },
  10. { title: window.$t('lotCard.UserId'), dataIndex: 'user_id', align: 'center', width: 200 },
  11. { title: window.$t('lotCard.tariff'), dataIndex: 'tariff', align: 'center', width: 200 },
  12. { title: window.$t('lotCard.ServiceUsageMode'), dataIndex: 'serviceName', align: 'center', width: 200 },
  13. { title: window.$t('lotCard.LastModifyTime'), dataIndex: 'last_modify_time', align: 'center', width: 200 },
  14. // {
  15. // title: window.$t('global.common.operations'),
  16. // dataIndex: 'id',
  17. // slotName: 'id',
  18. // align: 'center',
  19. // width: 280,
  20. // fixed: "right",
  21. // }
  22. ]
  23. export const columnsTrafficUse = [
  24. { title: window.$t('lotCard.appName'), dataIndex: 'appName', align: 'center', width: 200 },
  25. { title: window.$t('lotCard.mcc'), dataIndex: 'mcc', align: 'center', width: 100 },
  26. { title: window.$t('lotCard.qtaconsumption'), dataIndex: 'qtaconsumption', align: 'center', width: 200 },
  27. { title: window.$t('lotCard.time'), dataIndex: 'time', align: 'center', width: 200 },
  28. ]