From 71946de0732b558027023358f4bbfaf5046a33fc Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 31 十月 2025 16:13:26 +0800
Subject: [PATCH] fix: bug

---
 apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue b/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
index 2f09ead..564c6af 100644
--- a/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
+++ b/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
@@ -42,10 +42,9 @@
         :workExperience="item.workExperience"
         :workSeniority="item.workSeniority"
         @click="goDetail(item)"
-        :showFooterRight="false"
       >
         <template #footerRight>
-          <template
+          <!-- <template
             v-if="item.enterpriseSignContractStatus === EnumTaskUserSignContractStatus.Pass"
           >
             <nut-button
@@ -56,19 +55,23 @@
               >瑙g害</nut-button
             >
             <nut-button type="primary" @click.stop="checkContract(item)">鏌ョ湅鍚堢害</nut-button>
-          </template>
+          </template> -->
           <nut-button
-            v-if="item.userSignContractStatus === EnumTaskUserSignContractStatus.Wait"
+            v-if="
+              item.userSignContractStatus === EnumTaskUserSignContractStatus.Wait ||
+              item.userSignContractStatus === EnumTaskUserSignContractStatus.Stop ||
+              !item.userSignContractStatus
+            "
             type="primary"
             @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>
@@ -146,7 +149,7 @@
 }
 function goFlexJobSign(item: API.GetEnterpriseEmployeesQueryResultItem) {
   Taro.navigateTo({
-    url: `${RouterPath.flexJobSign}?enterpriseEmployeeId=${item.id}`,
+    url: `${RouterPath.flexJobSign}?enterpriseEmployeeId=${item.id}&enterpriseId=${item.enterpriseId}`,
   });
 }
 

--
Gitblit v1.9.1