export const columns = [ { title: window.$t('lotCard.iccid'), dataIndex: 'ICCID', align: 'center', width: 200 }, { title: window.$t('lotCard.dataBundleId'), dataIndex: 'dataBundleId', align: 'center', width: 200 }, { title: window.$t('lotCard.ExpireTime'), dataIndex: 'expire_time', align: 'center', width: 200 }, { title: window.$t('lotCard.CreateTime'), dataIndex: 'created_time', align: 'center', width: 200 }, { 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.orderID'), dataIndex: 'orderId', align: 'center', width: 200 }, { title: window.$t('lotCard.price'), dataIndex: 'price', align: 'center', width: 200 }, { title: window.$t('lotCard.quantity'), dataIndex: 'quantity', align: 'center', width: 200 }, { title: window.$t('lotCard.packageStatus'), dataIndex: 'statusName', align: 'center', width: 160 }, { title: window.$t('lotCard.source'), dataIndex: 'sourceName', align: 'center', width: 100 }, { title: window.$t('lotCard.UserId'), dataIndex: 'user_id', align: 'center', width: 200 }, { title: window.$t('global.common.operations'), dataIndex: 'id', slotName: 'id', align: 'center', width: 180, fixed: "right", } ]