| | |
| | | :photos="userResumeInfo.photos" |
| | | :height="userResumeInfo.height" |
| | | :weight="userResumeInfo.weight" |
| | | :shoeSize="userResumeInfo.shoeSize" |
| | | :videos="userResumeInfo.videos" |
| | | :taskInfoUsers="userResumeInfo.taskInfoUsers" |
| | | :isCollapse="true" |
| | | > |
| | | <template #footer> |
| | | <PageFooterBtn |
| | | <!-- <PageFooterBtn |
| | | v-if=" |
| | | enterpriseEmployeeInfo.userSignContractStatus === EnumTaskUserSignContractStatus.Pass |
| | | " |
| | |
| | | plain |
| | | @click="handleUnsign" |
| | | >解约</PageFooterBtn |
| | | > |
| | | <PageFooterBtn |
| | | > --> |
| | | <!-- <PageFooterBtn |
| | | type="primary" |
| | | @click="goToSign" |
| | | v-if=" |
| | |
| | | !enterpriseEmployeeInfo.userSignContractStatus |
| | | " |
| | | >签约</PageFooterBtn |
| | | > |
| | | > --> |
| | | </template> |
| | | </JobDetailContent> |
| | | </LoadingLayout> |
| | |
| | | try { |
| | | await Message.confirm({ message: '确定要解约吗?' }); |
| | | let params: API.StopElectronSignCommand = { |
| | | id: enterpriseEmployeeInfo.value?.id, |
| | | ids: [enterpriseEmployeeInfo.value?.id], |
| | | }; |
| | | let res = await enterpriseEmployeeServices.stopElectronSign(params); |
| | | if (res) { |