From 86fe4ff96a6be65c483ba21bfa1c749c0051ede6 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Tue, 22 Apr 2025 15:22:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AB=99=E5=86=85=E4=BF=A1?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/notify/my/index.vue | 24 ++------ .../src/views/system/notify/template/data.ts | 59 ++++++++++++++----- .../views/system/notify/template/index.vue | 36 +++-------- .../system/notify/template/modules/form.vue | 25 +++----- .../notify/template/modules/send-form.vue | 9 +-- 5 files changed, 68 insertions(+), 85 deletions(-) diff --git a/apps/web-antd/src/views/system/notify/my/index.vue b/apps/web-antd/src/views/system/notify/my/index.vue index 6cf4698a3..0c5690ef6 100644 --- a/apps/web-antd/src/views/system/notify/my/index.vue +++ b/apps/web-antd/src/views/system/notify/my/index.vue @@ -1,14 +1,11 @@