| | |
| | | > |
| | | <ProTabPane :title="`全部`" :pane-key="0"></ProTabPane> |
| | | <ProTabPane :title="`待签约`" :pane-key="EnumTaskUserSignContractStatus.Wait"></ProTabPane> |
| | | <ProTabPane :title="`生效中`" :pane-key="EnumTaskUserSignContractStatus.Effect"></ProTabPane> |
| | | <ProTabPane :title="`生效中`" :pane-key="EnumTaskUserSignContractStatus.Pass"></ProTabPane> |
| | | <ProTabPane :title="`已终止`" :pane-key="EnumTaskUserSignContractStatus.Stop"></ProTabPane> |
| | | </ProTabs> |
| | | <InfiniteLoading |
| | |
| | | page: pageParam, |
| | | orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }], |
| | | }, |
| | | userSignContractStatus: queryState.userSignContractStatus, |
| | | userSignContractStatus: Number(queryState.userSignContractStatus) |
| | | ? queryState.userSignContractStatus |
| | | : null, |
| | | }; |
| | | |
| | | return enterpriseEmployeeServices.getPersonalUserElectronSigns(params, { |