wupengfei
2 天以前 83a43c957729ffdec7ca8eb4f8ebd62a1c6b4abc
apps/bMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
@@ -15,11 +15,14 @@
        :age="item.age"
        :avatar="item.avatar"
        :educationalBackgroundContent="item.educationalBackgroundContent"
        :personalIdentityContent="item.personalIdentityContent"
        :workExperience="item.workExperience"
        :workSeniority="item.workSeniority"
        :taskCount="item.taskCount"
        :showFooterLeft="false"
      >
        <template #footerRight>
          <nut-button v-if="showQueryState" type="primary" @click="handleArrange(item)"
          <nut-button v-if="showQueryState" type="primary" @click.stop="handleArrange(item)"
            >安排</nut-button
          >
          <div v-else class="batch-task-card-status">已安排</div>