From 5412647971bfa26a09d546668067eae5fc0a579c Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Fri, 28 Jun 2024 11:18:23 +0800 Subject: [PATCH] fixed: The summary and parameter fields were removed --- src/views/ops/Execution/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ops/Execution/index.vue b/src/views/ops/Execution/index.vue index 60d1536a2..2862b2fb7 100644 --- a/src/views/ops/Execution/index.vue +++ b/src/views/ops/Execution/index.vue @@ -22,6 +22,9 @@ export default { showExecutionDetailDialog: false, tableConfig: { url: '/api/v1/ops/job-executions/', + columnsExclude: [ + 'summary', 'parameters' + ], columnsShow: { min: ['material', 'actions'], default: [