| | |
| | | {{ detail?.bankBranchName ?? '' }} |
| | | </RewardInfoCardContentItem> |
| | | <RewardInfoCardContentItem label="银行帐号:"> |
| | | {{ detail?.bankCardNumber ?? '' }} |
| | | {{ |
| | | detail?.bankCardNumber |
| | | ? addStarForString( |
| | | detail?.bankCardNumber, |
| | | detail?.bankCardNumber?.length - 4, |
| | | detail?.bankCardNumber?.length |
| | | ) |
| | | : '' |
| | | }} |
| | | </RewardInfoCardContentItem> |
| | | </RewardInfoCard> |
| | | </RewardInfoCardList> |
| | |
| | | import RewardInfoCardList from '@/components/Reward/RewardInfoCardList.vue'; |
| | | import RewardInfoCard from '@/components/Reward/RewardInfoCard.vue'; |
| | | import RewardInfoCardContentItem from '@/components/Reward/RewardInfoCardContentItem.vue'; |
| | | import { setOSSLink, downloadFileByUrl, toThousand } from '@/utils'; |
| | | import { setOSSLink, downloadFileByUrl, toThousand, addStarForString } from '@/utils'; |
| | | import ConsumeRecordView from './components/ConsumeRecordView.vue'; |
| | | import { useQuery } from '@tanstack/vue-query'; |
| | | import { useUser } from '@/hooks'; |
| | |
| | | { |
| | | defaultExtraParams: { |
| | | keyWord: '', |
| | | orderInput: [{ property: 'tradeTime', order: OrderInputType.Asc }], |
| | | orderInput: [{ property: 'tradeTime', order: OrderInputType.Desc }], |
| | | }, |
| | | columnsRenderProps: { |
| | | tradeTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |