From da2dfa5f673cee673c8bbcd9a7ad622789678be4 Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Mon, 26 Feb 2024 15:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E3=80=81?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A8=A1=E6=9D=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/index.vue | 2 +- src/components/sign/index.vue | 3 +- src/request/notification_announcement.js | 26 ++ .../notification_announcement/add.vue | 102 ++++++++ .../components/select_notifier.vue | 78 ++++++ .../components/view.vue | 50 ++++ .../components/view_status.vue | 65 +++++ .../notification_announcement/index.vue | 238 ++++++++++++++++++ .../components/configure.vue | 128 ++++++++++ .../index.vue | 122 +++++++++ .../detection_situation/index.vue | 17 +- .../usage_situation/index.vue | 10 +- 12 files changed, 826 insertions(+), 15 deletions(-) create mode 100644 src/request/notification_announcement.js create mode 100644 src/views/notification_announcement/notification_announcement/add.vue create mode 100644 src/views/notification_announcement/notification_announcement/components/select_notifier.vue create mode 100644 src/views/notification_announcement/notification_announcement/components/view.vue create mode 100644 src/views/notification_announcement/notification_announcement/components/view_status.vue create mode 100644 src/views/notification_announcement/notification_announcement/index.vue create mode 100644 src/views/notification_announcement/notification_template_configuration/components/configure.vue create mode 100644 src/views/notification_announcement/notification_template_configuration/index.vue diff --git a/src/components/editor/index.vue b/src/components/editor/index.vue index 954739b..65ae687 100644 --- a/src/components/editor/index.vue +++ b/src/components/editor/index.vue @@ -1,5 +1,5 @@