zhengyiming
4 天以前 2ba9f8bcc9e64e9d88bd813c9e5c5ffcd39a3105
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>