From 4ba346e72aaad7e3b14ccf26da1cdda939c889b9 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 17 Oct 2023 13:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegratingOrder.vue | 116 ++++++++ .../components/GirdDetail.vue | 172 ++++++++++++ .../components/GirdList.vue | 252 +++++++++++++++++ .../components/ResidentDetail.vue | 172 ++++++++++++ .../components/ResidentList.vue | 265 ++++++++++++++++++ 5 files changed, 977 insertions(+) create mode 100644 project/lulong/AppIntegratingOrder/AppIntegratingOrder.vue create mode 100644 project/lulong/AppIntegratingOrder/components/GirdDetail.vue create mode 100644 project/lulong/AppIntegratingOrder/components/GirdList.vue create mode 100644 project/lulong/AppIntegratingOrder/components/ResidentDetail.vue create mode 100644 project/lulong/AppIntegratingOrder/components/ResidentList.vue diff --git a/project/lulong/AppIntegratingOrder/AppIntegratingOrder.vue b/project/lulong/AppIntegratingOrder/AppIntegratingOrder.vue new file mode 100644 index 00000000..ffed4121 --- /dev/null +++ b/project/lulong/AppIntegratingOrder/AppIntegratingOrder.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/project/lulong/AppIntegratingOrder/components/GirdDetail.vue b/project/lulong/AppIntegratingOrder/components/GirdDetail.vue new file mode 100644 index 00000000..166e84f7 --- /dev/null +++ b/project/lulong/AppIntegratingOrder/components/GirdDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/lulong/AppIntegratingOrder/components/GirdList.vue b/project/lulong/AppIntegratingOrder/components/GirdList.vue new file mode 100644 index 00000000..ee551ee0 --- /dev/null +++ b/project/lulong/AppIntegratingOrder/components/GirdList.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/project/lulong/AppIntegratingOrder/components/ResidentDetail.vue b/project/lulong/AppIntegratingOrder/components/ResidentDetail.vue new file mode 100644 index 00000000..6e9b044c --- /dev/null +++ b/project/lulong/AppIntegratingOrder/components/ResidentDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/lulong/AppIntegratingOrder/components/ResidentList.vue b/project/lulong/AppIntegratingOrder/components/ResidentList.vue new file mode 100644 index 00000000..b9dbe5c8 --- /dev/null +++ b/project/lulong/AppIntegratingOrder/components/ResidentList.vue @@ -0,0 +1,265 @@ + + + + +