| | |
| | | :createdTime="item.createdTime" |
| | | :serviceFee="item.serviceFee" |
| | | :unit="BillingMethodEnumUnit[item.billingMethod]" |
| | | @click="goSubmitTaskDetail(item)" |
| | | mode="taskManage" |
| | | > |
| | | <template #footer-actions> |
| | | <nut-button type="primary" @click.stop="goBatchTaskList(item, 'arrange')" |
| | | >人员安排</nut-button |
| | | > |
| | | <nut-button |
| | | v-if="item.status === EnumTaskStatus.Complete" |
| | | type="primary" |
| | |
| | | class="dark-btn" |
| | | @click.stop="goBatchTaskList(item, 'detail')" |
| | | >详情</nut-button |
| | | > |
| | | <nut-button type="primary" v-else @click.stop="goBatchTaskList(item, 'arrange')" |
| | | >人员安排</nut-button |
| | | > |
| | | </template> |
| | | </JobApplicationCard> |