From fcad1db88557c376483c85ac4b7d77b81eb58295 Mon Sep 17 00:00:00 2001 From: Srzou Date: Thu, 26 Dec 2024 20:28:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.3.0-beta1):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=8F=8A=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/api.d.ts | 1 + src/views/job/task/index.vue | 8 +++++++- src/views/job/task/modules/job-task-search.vue | 11 ++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) 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() {