From a165e45937dd9491b4057e072597e4b5649dae1e Mon Sep 17 00:00:00 2001 From: w940853815 <940853815@qq.com> Date: Thu, 11 Dec 2025 14:44:59 +0800 Subject: [PATCH] perf: Include 'id' in search and filter fields for AutomationExecution --- src/views/accounts/Automation/BaseExecutionList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/Automation/BaseExecutionList.vue b/src/views/accounts/Automation/BaseExecutionList.vue index d500f4787..0607cdd33 100644 --- a/src/views/accounts/Automation/BaseExecutionList.vue +++ b/src/views/accounts/Automation/BaseExecutionList.vue @@ -137,8 +137,8 @@ export default { getUrlQuery: true, options: [ { - label: this.$t('TaskID'), - value: 'automation_id' + label: this.$t('ID'), + value: 'id' }, { label: this.$t('DisplayName'),