diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts index 658f27c..43f478a 100644 --- a/src/typings/api.d.ts +++ b/src/typings/api.d.ts @@ -1014,6 +1014,7 @@ declare namespace Api { | 'jobName' | 'owerName' | 'argsStr' + | 'executorInfo' | 'argsType' | 'jobStatus' | 'routeKey' diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index 4583f1d..3701482 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -70,7 +70,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: 'owerName', diff --git a/src/views/job/task/modules/job-task-search.vue b/src/views/job/task/modules/job-task-search.vue index 058666e..4dc5fce 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() {