| | |
| | | import { format } from '@/utils'; |
| | | import { format, hiddenIDNumberForEnd4 } from '@/utils'; |
| | | import { useTable } from '@bole-core/components'; |
| | | import * as enterpriseEmployeeServices from '@/services/api/enterpriseEmployee'; |
| | | import { ModelValueType } from 'element-plus'; |
| | |
| | | contractBegin: { type: 'date' }, |
| | | contractEnd: { type: 'date' }, |
| | | source: { type: 'enum', valueEnum: EnumEnterpriseEmployeeSourceText }, |
| | | identity: { |
| | | formatter: (row: API.GetPersonalUserInfosQueryResultItem) => { |
| | | return hiddenIDNumberForEnd4(row.identity); |
| | | }, |
| | | }, |
| | | }, |
| | | } |
| | | ); |