| | |
| | | :workExperience="item.workExperience" |
| | | :workSeniority="item.workSeniority" |
| | | @click="goDetail(item)" |
| | | :showFooterRight="false" |
| | | > |
| | | <template #footerRight> |
| | | <template |
| | |
| | | <nut-button type="primary" @click.stop="checkContract(item)">查看合约</nut-button> |
| | | </template> |
| | | <nut-button |
| | | v-if="item.userSignContractStatus === EnumTaskUserSignContractStatus.Wait" |
| | | v-if=" |
| | | item.userSignContractStatus === EnumTaskUserSignContractStatus.Wait || |
| | | !item.userSignContractStatus |
| | | " |
| | | type="primary" |
| | | @click.stop="goFlexJobSign(item)" |
| | | >邀请签约</nut-button |