diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts index af34254..40d901c 100644 --- a/src/typings/api.d.ts +++ b/src/typings/api.d.ts @@ -1009,6 +1009,7 @@ declare namespace Api { | 'groupName' | 'jobName' | 'argsStr' + | 'executorInfo' | 'argsType' | 'jobStatus' | 'routeKey' diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index 0aa96cc..a5fbe69 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -69,7 +69,13 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP key: 'groupName', title: $t('page.jobTask.groupName'), align: 'left', - width: 180 + width: 150 + }, + { + key: 'executorInfo', + title: $t('page.jobTask.executorInfo'), + align: 'left', + width: 120 }, { key: 'nextTriggerAt', diff --git a/src/views/job/task/modules/job-task-search.vue b/src/views/job/task/modules/job-task-search.vue index 2411c56..f76b119 100644 --- a/src/views/job/task/modules/job-task-search.vue +++ b/src/views/job/task/modules/job-task-search.vue @@ -27,13 +27,22 @@ function search() {