From 6fc96deae6b97cad347b8ebe1d3889deed77d424 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 31 十月 2025 16:58:12 +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