| | |
| | | import { useAccess, useGlobalEventContext } from '@/hooks'; |
| | | import { Gender } from '@/constants'; |
| | | import CPersonDetailDialog from './components/CPersonDetailDialog.vue'; |
| | | import { OrderInputType } from '@bole-core/core'; |
| | | import { convertApi2FormUrlOnlyOne, format } from '@/utils'; |
| | | import { ModelValueType } from 'element-plus'; |
| | | |
| | |
| | | realVerifyStatus: '' as any as boolean, |
| | | nearlyHireDateTime: [] as unknown as ModelValueType, |
| | | nearlySignDateTime: [] as unknown as ModelValueType, |
| | | orderInput: [{ property: 'userId', order: OrderInputType.Desc }], |
| | | orderInput: [{ property: 'userId', order: EnumPagedListOrder.Desc }], |
| | | }, |
| | | queryKey: ['flexEnterpriseWokerServices/getUserClientList'], |
| | | columnsRenderProps: { |