From 4f679517573325c6d3506823bd1a780f13ab480b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 26 Jul 2025 21:58:26 +0800 Subject: [PATCH] =?UTF-8?q?reactor=EF=BC=9A=E3=80=90SYSTEM=20=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=AE=A1=E7=90=86=E3=80=91=E9=82=AE=E7=AE=B1=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E9=87=8D=E6=9E=84=E6=88=90=20element-plus=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/mail/account/MailAccountDetail.vue | 28 -- .../system/mail/account/MailAccountForm.vue | 103 ++++++- src/views/system/mail/account/account.data.ts | 100 ------- src/views/system/mail/account/index.vue | 263 +++++++++++++----- 4 files changed, 283 insertions(+), 211 deletions(-) delete mode 100644 src/views/system/mail/account/MailAccountDetail.vue delete mode 100644 src/views/system/mail/account/account.data.ts diff --git a/src/views/system/mail/account/MailAccountDetail.vue b/src/views/system/mail/account/MailAccountDetail.vue deleted file mode 100644 index 4174fab8..00000000 --- a/src/views/system/mail/account/MailAccountDetail.vue +++ /dev/null @@ -1,28 +0,0 @@ - - diff --git a/src/views/system/mail/account/MailAccountForm.vue b/src/views/system/mail/account/MailAccountForm.vue index e0108725..e8d273f6 100644 --- a/src/views/system/mail/account/MailAccountForm.vue +++ b/src/views/system/mail/account/MailAccountForm.vue @@ -1,6 +1,60 @@