From 7249809b098d98a79f97df7ddde3600a9df57461 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 5 May 2023 09:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppReportAiWill/AppReportAtWill.vue | 55 ++ .../app/AppReportAiWill/components/Detail.vue | 582 ++++++++++++++++++ .../app/AppReportAiWill/components/List.vue | 150 +++++ .../AppReportAiWill/components/Setting.vue | 178 ++++++ 4 files changed, 965 insertions(+) create mode 100644 project/wuxi/app/AppReportAiWill/AppReportAtWill.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/Detail.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/List.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/Setting.vue diff --git a/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue b/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue new file mode 100644 index 00000000..fedd6967 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/app/AppReportAiWill/components/Detail.vue new file mode 100644 index 00000000..0b7eb3f8 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/Detail.vue @@ -0,0 +1,582 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue new file mode 100644 index 00000000..3f90e462 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/Setting.vue b/project/wuxi/app/AppReportAiWill/components/Setting.vue new file mode 100644 index 00000000..3a3ce13a --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/Setting.vue @@ -0,0 +1,178 @@ + + + + +