From f95d3066203612a450e462edd679eb5a4973f35c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 16:59:29 +0800
Subject: [PATCH] fix: bug
---
apps/underTakeMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/apps/underTakeMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue b/apps/underTakeMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
index cb1513b..eaa3208 100644
--- a/apps/underTakeMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
+++ b/apps/underTakeMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
@@ -21,13 +21,14 @@
:workSeniority="item.workSeniority"
:taskCount="item.taskCount"
:showFooterLeft="false"
+ :showFooterRight="false"
>
- <template #footerRight>
+ <!-- <template #footerRight>
<nut-button v-if="showQueryState" type="primary" @click.stop="handleArrange(item)"
>瀹夋帓</nut-button
>
<div v-else class="batch-task-card-status">宸插畨鎺�</div>
- </template>
+ </template> -->
</FlexJobCard>
</template>
</InfiniteLoading>
--
Gitblit v1.9.1