zhengyiming
3 天以前 04a86a4520e1f1f42e62383f4bebf7e384d9a4d2
apps/bMiniApp/src/subpackages/task/batchTaskList/InnerPage.vue
@@ -13,12 +13,13 @@
        :name="item.name"
        :gender="item.gender"
        :age="item.age"
        :avatar="item.avatar"
        :educationalBackgroundContent="item.educationalBackgroundContent"
        :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>