mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
perf(X-Pack): 阈值告警批量设置接收人
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user