From 4f95ff72ca619f63d438ac81535da8e16d05d5a2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 21 Feb 2023 12:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/commonDemand/addForm.vue | 1171 +++++++++++++++++ .../commonDemand/detailForm.vue | 378 ++++++ .../commonDemand/editForm.vue | 748 +++++++++++ .../communityService/commonDemand/index.vue | 724 ++++++++++ 4 files changed, 3021 insertions(+) create mode 100644 src/views/modules/communityService/commonDemand/addForm.vue create mode 100644 src/views/modules/communityService/commonDemand/detailForm.vue create mode 100644 src/views/modules/communityService/commonDemand/editForm.vue create mode 100644 src/views/modules/communityService/commonDemand/index.vue diff --git a/src/views/modules/communityService/commonDemand/addForm.vue b/src/views/modules/communityService/commonDemand/addForm.vue new file mode 100644 index 000000000..56ca56c04 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/addForm.vue @@ -0,0 +1,1171 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/detailForm.vue b/src/views/modules/communityService/commonDemand/detailForm.vue new file mode 100644 index 000000000..a5e428579 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/detailForm.vue @@ -0,0 +1,378 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/editForm.vue b/src/views/modules/communityService/commonDemand/editForm.vue new file mode 100644 index 000000000..f9344f9a1 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/editForm.vue @@ -0,0 +1,748 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue new file mode 100644 index 000000000..32157ad5f --- /dev/null +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -0,0 +1,724 @@ + + + + + + \ No newline at end of file