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 |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue b/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
index ad7ae54..564c6af 100644
--- a/apps/bMiniApp/src/subpackages/flexJobManage/flexJobManage/InnerPage.vue
+++ b/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,22 +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 ||
+              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>
@@ -148,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