export const CARD_STATUS = [ { label: '未激活', value: 0, }, { label: '已激活', value: 30, }, ];