| | |
| | | :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> |
| | |
| | | let params: API.GetArrangeTaskUsersQuery = { |
| | | keywords: queryState.keywords, |
| | | arrangeStatus: status, |
| | | applyStatus: EnumGetArrangeTaskUsersQueryApplyStatus.Completed, |
| | | // applyStatus: EnumGetArrangeTaskUsersQueryApplyStatus.Completed, |
| | | id: id, |
| | | pageModel: { |
| | | rows: 20, |