wupengfei
5 天以前 8e9fdc197e808aa5748d9f0ddbb2f6a8df38cbb6
apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
@@ -44,7 +44,7 @@
        @click="goDetail(item)"
      >
        <template #footerRight>
          <template
          <!-- <template
            v-if="item.enterpriseSignContractStatus === EnumTaskUserSignContractStatus.Pass"
          >
            <nut-button
@@ -55,7 +55,7 @@
              >解约</nut-button
            >
            <nut-button type="primary" @click.stop="checkContract(item)">查看合约</nut-button>
          </template>
          </template> -->
          <nut-button
            v-if="
              item.userSignContractStatus === EnumTaskUserSignContractStatus.Wait ||
@@ -66,12 +66,12 @@
            @click.stop="goFlexJobSign(item)"
            >邀请签约</nut-button
          >
          <nut-button
          <!-- <nut-button
            v-if="item.enterpriseSignContractStatus === EnumTaskUserSignContractStatus.Wait"
            type="primary"
            @click.stop="goEnterpriseSign(item)"
            >企业签约</nut-button
          >
          > -->
        </template>
      </FlexJobCard>
    </template>