config.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. export const columns = [
  2. { title: window.$t('lotCard.iccid'), dataIndex: 'ICCID', align: 'center', width:200 },
  3. { title: window.$t('lotCard.currency'), dataIndex: 'currency', align: 'center', width:200 },
  4. { title: window.$t('lotCard.dataBundleId'), dataIndex: 'dataBundleId', align: 'center', width:200 },
  5. { title: window.$t('lotCard.created_at'), dataIndex: 'created_at', align: 'center', width:200 },
  6. { title: window.$t('lotCard.deleted_at'), dataIndex: 'deleted_at', align: 'center', width:200 },
  7. { title: window.$t('lotCard.updated_at'), dataIndex: 'updated_at', align: 'center', width:200 },
  8. { title: window.$t('lotCard.is_Refuel'), dataIndex: 'is_Refuel', align: 'center', width:200 },
  9. { title: window.$t('lotCard.price'), dataIndex: 'price', align: 'center', width:200 },
  10. { title: window.$t('lotCard.quantity'), dataIndex: 'quantity', align: 'center', width:200 },
  11. { title: window.$t('lotCard.UserId'), dataIndex: 'user_id', align: 'center', width:200 },
  12. // {
  13. // title: window.$t('global.common.operations'),
  14. // dataIndex: 'id',
  15. // slotName: 'id',
  16. // align: 'center',
  17. // width: 180,
  18. // fixed: "right",
  19. // }
  20. ]
  21. export const dialogColumns = [
  22. { title: window.$t('lotCard.cardHlrId'), dataIndex: 'cardHlrId', align: 'center', width:200 },
  23. { title: window.$t('lotCard.cardHlrId'), dataIndex: 'cardHlrId', align: 'center', width:200 },
  24. { title: window.$t('lotCard.CreateTime'), dataIndex: 'createTime', align: 'center', width:200 },
  25. { title: window.$t('lotCard.lastModifyTime'), dataIndex: 'lastModifyTime', align: 'center', width:200 },
  26. { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expireTime', align: 'center', width:200 },
  27. { title: window.$t('lotCard.himsi'), dataIndex: 'himsi', align: 'center', width:200 },
  28. { title: window.$t('lotCard.iccid'), dataIndex: 'iccid', align: 'center', width:200 },
  29. { title: window.$t('lotCard.msisdn'), dataIndex: 'msisdn', align: 'center', width:200 },
  30. { title: window.$t('lotCard.realRuleListName'), dataIndex: 'realRuleListName', align: 'center', width:200 },
  31. { title: window.$t('lotCard.serviceUsageMode'), dataIndex: 'serviceUsageMode', align: 'center', width:200 },
  32. { title: window.$t('lotCard.statusSim'), dataIndex: 'status', align: 'center', width:200 },
  33. {
  34. title: window.$t('global.common.operations'),
  35. dataIndex: 'id',
  36. slotName: 'id',
  37. align: 'center',
  38. width: 180,
  39. fixed: "right",
  40. }
  41. ]