|  |  | 
 |  |  |           </div> | 
 |  |  |         </template> | 
 |  |  |         <template #footerRight> | 
 |  |  |           <nut-button type="primary" @click="goToJobDetail(item)">查看详情</nut-button> | 
 |  |  |           <nut-button type="primary" @click.stop="goToJobDetail(item)">查看详情</nut-button> | 
 |  |  |         </template> | 
 |  |  |       </FlexJobCard> | 
 |  |  |     </template> | 
 |  |  | 
 |  |  |  | 
 |  |  | function goToJobDetail(item: API.GetTaskUsersQueryResultItem) { | 
 |  |  |   Taro.navigateTo({ | 
 |  |  |     url: `${RouterPath.flexJobDetailFromTask}?enterpriseEmployeeId=${item.enterpriseEmployeeId}&id=${item.id}`, | 
 |  |  |     url: `${RouterPath.flexJobDetailFromTask}?enterpriseEmployeeId=${item.enterpriseEmployeeId}&id=${item.id}&taskInfoId=${id}`, | 
 |  |  |   }); | 
 |  |  | } | 
 |  |  | </script> |