From 8b773e989986e35ebef0ca67d2ec9adee9ac9af5 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Fri, 10 May 2024 11:38:00 +0800 Subject: [PATCH] perf: Execution history output button is not displayed --- src/views/ops/Execution/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ops/Execution/index.vue b/src/views/ops/Execution/index.vue index 27e4262c9..42501c270 100644 --- a/src/views/ops/Execution/index.vue +++ b/src/views/ops/Execution/index.vue @@ -120,6 +120,7 @@ export default { { title: this.$t('Output'), name: 'logging', + type: 'info', can: true, callback: ({ row }) => { openTaskPage(row.task_id)