From 4530440bd63b0707bc6620daf0282cf3d869ae34 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 18 Apr 2023 15:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppResidentInfo/AppResidentInfo.vue | 69 ++ .../app/AppResidentInfo/components/Add.vue | 602 ++++++++++++++++++ .../app/AppResidentInfo/components/Detail.vue | 120 ++++ .../app/AppResidentInfo/components/List.vue | 146 +++++ 4 files changed, 937 insertions(+) create mode 100644 project/fengdu/app/AppResidentInfo/AppResidentInfo.vue create mode 100644 project/fengdu/app/AppResidentInfo/components/Add.vue create mode 100644 project/fengdu/app/AppResidentInfo/components/Detail.vue create mode 100644 project/fengdu/app/AppResidentInfo/components/List.vue diff --git a/project/fengdu/app/AppResidentInfo/AppResidentInfo.vue b/project/fengdu/app/AppResidentInfo/AppResidentInfo.vue new file mode 100644 index 00000000..e85a04a0 --- /dev/null +++ b/project/fengdu/app/AppResidentInfo/AppResidentInfo.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/project/fengdu/app/AppResidentInfo/components/Add.vue b/project/fengdu/app/AppResidentInfo/components/Add.vue new file mode 100644 index 00000000..32008b29 --- /dev/null +++ b/project/fengdu/app/AppResidentInfo/components/Add.vue @@ -0,0 +1,602 @@ + + + diff --git a/project/fengdu/app/AppResidentInfo/components/Detail.vue b/project/fengdu/app/AppResidentInfo/components/Detail.vue new file mode 100644 index 00000000..5cab4f66 --- /dev/null +++ b/project/fengdu/app/AppResidentInfo/components/Detail.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/project/fengdu/app/AppResidentInfo/components/List.vue b/project/fengdu/app/AppResidentInfo/components/List.vue new file mode 100644 index 00000000..685bda9c --- /dev/null +++ b/project/fengdu/app/AppResidentInfo/components/List.vue @@ -0,0 +1,146 @@ + + + + +