[Fix] 作业中心/任务列表/任务详情/执行历史/历史不能进入详情

This commit is contained in:
xinwen
2020-06-09 14:20:59 +08:00
parent 509ae8ea6b
commit 27fc745cf4

View File

@@ -4,6 +4,7 @@
<script type="text/jsx">
import ListTable from '@/components/ListTable'
import { DetailFormatter } from '@/components/ListTable/formatters'
export default {
name: 'TaskHistory',
@@ -67,7 +68,11 @@ export default {
}
},
adhoc_short_id: {
label: this.$t('ops.version')
label: this.$t('ops.version'),
formatter: DetailFormatter,
formatterArgs: {
route: 'HistoryExecutionDetail'
}
},
actions: {
prop: 'id',