From 8ebac738125e7a44f4277e774d6391fc98784093 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 13 Jun 2022 17:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E5=8F=91=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMassNotification.vue | 54 +++ .../AppMassNotification/components/Add.vue | 422 ++++++++++++++++++ .../AppMassNotification/components/List.vue | 196 ++++++++ 3 files changed, 672 insertions(+) create mode 100644 core/apps/AppMassNotification/AppMassNotification.vue create mode 100644 core/apps/AppMassNotification/components/Add.vue create mode 100644 core/apps/AppMassNotification/components/List.vue diff --git a/core/apps/AppMassNotification/AppMassNotification.vue b/core/apps/AppMassNotification/AppMassNotification.vue new file mode 100644 index 00000000..4e3b37ed --- /dev/null +++ b/core/apps/AppMassNotification/AppMassNotification.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/core/apps/AppMassNotification/components/Add.vue b/core/apps/AppMassNotification/components/Add.vue new file mode 100644 index 00000000..3584cc33 --- /dev/null +++ b/core/apps/AppMassNotification/components/Add.vue @@ -0,0 +1,422 @@ + + + + + diff --git a/core/apps/AppMassNotification/components/List.vue b/core/apps/AppMassNotification/components/List.vue new file mode 100644 index 00000000..49ac0667 --- /dev/null +++ b/core/apps/AppMassNotification/components/List.vue @@ -0,0 +1,196 @@ + + + + + \ No newline at end of file