|  |  | 
 |  |  |         mode="taskManage" | 
 |  |  |       > | 
 |  |  |         <template #footer-actions> | 
 |  |  |           <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> | 
 |  |  |             <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> | 
 |  |  | 
 |  |  |  | 
 |  |  | <style lang="scss"> | 
 |  |  | @import '@/styles/common.scss'; | 
 |  |  |  | 
 |  |  | .taskManage-page-wrapper { | 
 |  |  |   .dark-btn { | 
 |  |  |     margin-left: 12px; | 
 |  |  |   } | 
 |  |  | } | 
 |  |  | </style> |