From 1fc0b74285361ac85d04213f08729f379cbbc170 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sun, 11 Dec 2022 16:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppDataStatistics/AppDataStatistics.vue | 123 ++++++++++++++++++ .../AppDataStatistics/components/message.vue | 15 +++ .../AppDataStatistics/components/resident.vue | 15 +++ .../AppDataStatistics/components/update.vue | 15 +++ .../AppDataStatistics/components/wechat.vue | 15 +++ 5 files changed, 183 insertions(+) create mode 100644 src/project/saas/AppDataStatistics/AppDataStatistics.vue create mode 100644 src/project/saas/AppDataStatistics/components/message.vue create mode 100644 src/project/saas/AppDataStatistics/components/resident.vue create mode 100644 src/project/saas/AppDataStatistics/components/update.vue create mode 100644 src/project/saas/AppDataStatistics/components/wechat.vue diff --git a/src/project/saas/AppDataStatistics/AppDataStatistics.vue b/src/project/saas/AppDataStatistics/AppDataStatistics.vue new file mode 100644 index 00000000..90b9fadd --- /dev/null +++ b/src/project/saas/AppDataStatistics/AppDataStatistics.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/src/project/saas/AppDataStatistics/components/message.vue b/src/project/saas/AppDataStatistics/components/message.vue new file mode 100644 index 00000000..8316aa34 --- /dev/null +++ b/src/project/saas/AppDataStatistics/components/message.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/project/saas/AppDataStatistics/components/resident.vue b/src/project/saas/AppDataStatistics/components/resident.vue new file mode 100644 index 00000000..f10a491a --- /dev/null +++ b/src/project/saas/AppDataStatistics/components/resident.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/project/saas/AppDataStatistics/components/update.vue b/src/project/saas/AppDataStatistics/components/update.vue new file mode 100644 index 00000000..8b6c53cc --- /dev/null +++ b/src/project/saas/AppDataStatistics/components/update.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/project/saas/AppDataStatistics/components/wechat.vue b/src/project/saas/AppDataStatistics/components/wechat.vue new file mode 100644 index 00000000..ed76d567 --- /dev/null +++ b/src/project/saas/AppDataStatistics/components/wechat.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file