perf(X-Pack): 阈值告警批量设置接收人

This commit is contained in:
fit2cloud-chenyw
2024-08-14 15:07:27 +08:00
parent 44dca6689e
commit 8d33cd3bd2
4 changed files with 25 additions and 6 deletions

View File

@@ -35,6 +35,9 @@ const handleListeners = () => {
const toggleRowSelection = row => {
table.value.toggleRowSelection(row, true)
}
const toggleAllSelection = () => {
table.value.toggleAllSelection()
}
const clearSelection = () => {
table.value.clearSelection()
}
@@ -111,6 +114,7 @@ watch(
defineExpose({
toggleRowSelection,
clearSelection,
toggleAllSelection,
multipleSelectionAll
})
</script>

View File

@@ -223,6 +223,7 @@ import emailTask from '@/assets/svg/email-task.svg'
import embedded from '@/assets/svg/embedded.svg'
import association from '@/assets/svg/association.svg'
import threshold from '@/assets/svg/threshold.svg'
import threshold_full from '@/assets/svg/threshold_full.svg'
import example from '@/assets/svg/example.svg'
import exclamationmark from '@/assets/svg/exclamationmark.svg'
import exclamationmark2 from '@/assets/svg/exclamationmark2.svg'
@@ -893,6 +894,7 @@ const iconMap = {
embedded: embedded,
association: association,
threshold: threshold,
threshold_full,
example: example,
exclamationmark: exclamationmark,
exclamationmark2: exclamationmark2,