wupengfei
12 小时以前 7cf04da7eaba7cad9c3b5e5f674d2e038ebcd305
apps/bMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
@@ -14,12 +14,16 @@
        :gender="item.gender"
        :age="item.age"
        :avatar="item.avatar"
        :isReal="item.isReal"
        :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>