From 8dc0324d72cd797b098b63734c5d13e73d22b94d Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Thu, 15 May 2025 09:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0emailServerType?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emailMonitor/overview/index.vue | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/views/abnormalAlarm/emailMonitor/overview/index.vue b/src/views/abnormalAlarm/emailMonitor/overview/index.vue index eac9526..eb10526 100644 --- a/src/views/abnormalAlarm/emailMonitor/overview/index.vue +++ b/src/views/abnormalAlarm/emailMonitor/overview/index.vue @@ -86,7 +86,7 @@ /> - + + + + General + TurboEx + + (text == 1 ? 'General' : 'TurboEx'), + }, { title: 'ServerAddress', align: 'center', @@ -268,6 +289,7 @@ export default { emailServerAddress: '', username: '', password: '', + emailServerType: 1, emilType: '', enabled: '', port: '', @@ -341,6 +363,7 @@ export default { this.form.setFieldsValue({ name: res.result.name, emailServerAddress: res.result.emailServerAddress, + emailServerType: res.result.emailServerType, username: res.result.username, password: res.result.password, emilType: res.result.emilType,