| | |
| | | import * as taskUserServices from '@/services/api/taskUser'; |
| | | import { useQuery } from '@tanstack/vue-query'; |
| | | import { SettlementReceiveStatusText } from '@/constants'; |
| | | import { downloadFileByUrl, paginateList, setOSSLink } from '@/utils'; |
| | | import { downloadFileByUrl, hiddenIDNumberForEnd4, paginateList, setOSSLink } from '@/utils'; |
| | | |
| | | defineOptions({ |
| | | name: 'SelltementDetailInfo', |
| | |
| | | }, |
| | | timeoutFee: { type: 'money' }, |
| | | otherFee: { type: 'money' }, |
| | | identity: { |
| | | formatter: (row: API.GetSettlementTaskUsersQueryResultItem) => { |
| | | return hiddenIDNumberForEnd4(row.identity); |
| | | }, |
| | | }, |
| | | }, |
| | | } |
| | | ); |