+
{{ $t('xpack.alert.alertSmsHelper', [totalSms, usedSms]) }}
{{ $t('xpack.alert.goBuy') }}
-
+
+
+
+
{{ $t('xpack.alert.weCom') }}
+
+
+ {{ $t('commons.button.edit') }}
+
+
+ {{ $t('commons.button.delete') }}
+
+
+
+ {{ $t('xpack.alert.weComConfigHelper') }}
+
+
+
+
+ {{ weComConfig.config.displayName }}
+
+
+ {{ weComConfig.config.url }}
+
+
+
+
+
+ {{ $t('commons.button.create') }}{{ $t('xpack.alert.weCom') }}
+
+
+
+
+
+
{{ $t('xpack.alert.dingTalk') }}
+
+
+ {{ $t('commons.button.edit') }}
+
+
+ {{ $t('commons.button.delete') }}
+
+
+
+ {{ $t('xpack.alert.dingTalkConfigHelper') }}
+
+
+
+
+ {{ dingTalkConfig.config.displayName }}
+
+
+ {{ dingTalkConfig.config.url }}
+
+
+
+
+
+ {{ $t('commons.button.create') }}{{ $t('xpack.alert.dingTalk') }}
+
+
+
+
+
+
{{ $t('xpack.alert.feiShu') }}
+
+
+ {{ $t('commons.button.edit') }}
+
+
+ {{ $t('commons.button.delete') }}
+
+
+
+ {{ $t('xpack.alert.feiShuConfigHelper') }}
+
+
+
+
+ {{ feiShuConfig.config.displayName }}
+
+
+ {{ feiShuConfig.config.url }}
+
+
+
+
+
+ {{ $t('commons.button.create') }}{{ $t('xpack.alert.feiShu') }}
+
+
+
@@ -148,6 +313,7 @@
+
@@ -162,6 +328,7 @@ import i18n from '@/lang';
import { storeToRefs } from 'pinia';
import { MsgSuccess } from '@/utils/message';
import EmailDrawer from '@/views/setting/alert/setting/email/index.vue';
+import WebhookDrawer from '@/views/setting/alert/setting/webhook/index.vue';
import { Alert } from '@/api/interface/alert';
import { getLicenseSmsInfo } from '@/api/modules/setting';
@@ -172,29 +339,13 @@ const loading = ref(false);
const alertFormRef = ref