| | |
| | | :unit="BillingMethodEnumUnit[item.billingMethod]" |
| | | :billingMethod="item.billingMethod" |
| | | mode="taskManage" |
| | | @click="goBatchTaskList(item, EnumTaskUserArrangeStatus.Complete)" |
| | | :showActions="false" |
| | | > |
| | | <template #footer-actions> |
| | | <div> |
| | | <nut-button |
| | | type="primary" |
| | | @click.stop="goBatchTaskList(item, EnumTaskUserArrangeStatus.Wait)" |
| | | >人员安排</nut-button |
| | | > |
| | | <nut-button |
| | | v-if="item.status === EnumTaskStatus.Complete" |
| | | type="primary" |
| | | :color="Colors.Info" |
| | | class="dark-btn" |
| | | @click.stop="goBatchTaskList(item, EnumTaskUserArrangeStatus.Complete)" |
| | | >详情</nut-button |
| | | > |
| | | </div> |
| | | </template> |
| | | </JobApplicationCard> |
| | | </template> |
| | | </InfiniteLoading> |