mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-30 05:42:19 +00:00
[Fix] 作业中心/任务列表/任务详情/执行历史/历史不能进入详情
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user