Skip to content

Commit

Permalink
Merge pull request #76 from Kabimon/feature/ui_refactory
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
mingfengwang authored Feb 28, 2022
2 parents 0e05d25 + 39191ad commit eb3cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/jobManagement/components/jobDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
:scroll="{y:240}"
>
<template #jobExecutionId="{ record }">
<router-link :to="`/synchronizationHistory?jobExecutionId=${jobExecutionId}`">
<router-link :to="`/synchronizationHistory?jobExecutionId=${record.jobExecutionId}`">
{{record.jobExecutionId}}
</router-link>
</template>
Expand Down

0 comments on commit eb3cc71

Please sign in to comment.