wupengfei
2025-12-03 c2447e7d63e22bea1a8b6119a210b470f8aa17d4
apps/bMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
@@ -23,9 +23,10 @@
        :showFooterLeft="false"
      >
        <template #footerRight>
          <nut-button v-if="showQueryState" type="primary" @click.stop="handleArrange(item)"
            >安排</nut-button
          >
          <template v-if="showQueryState">
            <nut-button type="primary" @click.stop="handleArrange(item)">安排</nut-button>
            <nut-button type="primary" @click.stop="handleArrange(item)">取消录用</nut-button>
          </template>
          <div v-else class="batch-task-card-status">已安排</div>
        </template>
      </FlexJobCard>