diff --git a/src/pages/Zone/Card/ZoneEventExclusionForm.vue b/src/pages/Zone/Card/ZoneEventExclusionForm.vue index 3828c998f..582a8bbad 100644 --- a/src/pages/Zone/Card/ZoneEventExclusionForm.vue +++ b/src/pages/Zone/Card/ZoneEventExclusionForm.vue @@ -1,16 +1,18 @@ @@ -206,6 +225,28 @@ const exprBuilder = (param, value) => { }" > + + + + + {{ t('list.includeEvent') }} + + + {{ t('list.excludeEvent') }} + + + + { formInitialData: {}, }" table-height="85vh" + v-model:selected="selectedRows" + :table="{ + 'row-key': 'id', + selection: 'multiple', + }" > {{ dashIfEmpty(formatRow(row)) }} @@ -271,6 +317,21 @@ const exprBuilder = (param, value) => { + + + +