| | |
| | | :taskInfoUsers="userResumeInfo.taskInfoUsers" |
| | | :isCollapse="true" |
| | | > |
| | | <!-- <template #footer> |
| | | <PageFooterBtn type="primary" plain>解约</PageFooterBtn> |
| | | <PageFooterBtn type="primary">签约</PageFooterBtn> |
| | | </template> --> |
| | | <template #footer> |
| | | <PageFooterBtn v-if="userResumeInfo" type="primary" plain>解约</PageFooterBtn> |
| | | <PageFooterBtn type="primary" @click="goToSign">签约</PageFooterBtn> |
| | | </template> |
| | | </JobDetailContent> |
| | | </LoadingLayout> |
| | | </template> |
| | |
| | | const { isLoading, isError, userResumeInfo, refetch } = useUserResume({ |
| | | enterpriseEmployeeId: enterpriseEmployeeId, |
| | | }); |
| | | |
| | | function goToSign() { |
| | | Taro.navigateTo({ |
| | | url: `${RouterPath.flexJobSign}?enterpriseEmployeeId=${enterpriseEmployeeId}`, |
| | | }); |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss"> |