From 8962d5c1ad40bdd5c01c52a997d4a1762da1420c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 1 Apr 2022 11:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=B3=E7=A8=8E=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppRatepayingInfo/AppRatepayingInfo.vue | 57 +++++++ .../apps/AppRatepayingInfo/components/Add.vue | 156 ++++++++++++++++++ .../AppRatepayingInfo/components/List.vue | 76 +++++++++ 3 files changed, 289 insertions(+) create mode 100644 project/xiushan/apps/AppRatepayingInfo/AppRatepayingInfo.vue create mode 100644 project/xiushan/apps/AppRatepayingInfo/components/Add.vue create mode 100644 project/xiushan/apps/AppRatepayingInfo/components/List.vue diff --git a/project/xiushan/apps/AppRatepayingInfo/AppRatepayingInfo.vue b/project/xiushan/apps/AppRatepayingInfo/AppRatepayingInfo.vue new file mode 100644 index 00000000..c38030f8 --- /dev/null +++ b/project/xiushan/apps/AppRatepayingInfo/AppRatepayingInfo.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/project/xiushan/apps/AppRatepayingInfo/components/Add.vue b/project/xiushan/apps/AppRatepayingInfo/components/Add.vue new file mode 100644 index 00000000..ecb2dfb6 --- /dev/null +++ b/project/xiushan/apps/AppRatepayingInfo/components/Add.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file diff --git a/project/xiushan/apps/AppRatepayingInfo/components/List.vue b/project/xiushan/apps/AppRatepayingInfo/components/List.vue new file mode 100644 index 00000000..1c6c8e85 --- /dev/null +++ b/project/xiushan/apps/AppRatepayingInfo/components/List.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file