perf: Include 'id' in search and filter fields for AutomationExecution

This commit is contained in:
w940853815
2025-12-11 14:44:59 +08:00
committed by wrd
parent 6350bdb42d
commit a165e45937

View File

@@ -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'),