From 15f6dc6499c5222dc7b1166a7f0cdfa155ac7854 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 24 Oct 2024 14:04:59 +0800 Subject: [PATCH] =?UTF-8?q?lianhua-=E5=90=8D=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegratingTask/AppIntegratingTask.vue | 70 +++ .../AppIntegratingTask/components/Add.vue | 439 ++++++++++++++++++ .../AppIntegratingTask/components/Detail.vue | 192 ++++++++ .../AppIntegratingTask/components/List.vue | 223 +++++++++ 4 files changed, 924 insertions(+) create mode 100644 project/lianhua/AppIntegratingTask/AppIntegratingTask.vue create mode 100644 project/lianhua/AppIntegratingTask/components/Add.vue create mode 100644 project/lianhua/AppIntegratingTask/components/Detail.vue create mode 100644 project/lianhua/AppIntegratingTask/components/List.vue diff --git a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue new file mode 100644 index 00000000..7e858122 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/Add.vue b/project/lianhua/AppIntegratingTask/components/Add.vue new file mode 100644 index 00000000..b52ae274 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/Add.vue @@ -0,0 +1,439 @@ + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/Detail.vue b/project/lianhua/AppIntegratingTask/components/Detail.vue new file mode 100644 index 00000000..a27e8f77 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/Detail.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/List.vue b/project/lianhua/AppIntegratingTask/components/List.vue new file mode 100644 index 00000000..bb9e69dc --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/List.vue @@ -0,0 +1,223 @@ + + + + +