From 15261751b671498e4e7bbacea5060158815ea7e9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 18 Nov 2021 17:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=BB=BA=E4=BA=92=E5=8A=A8=EF=BC=8C?= =?UTF-8?q?=E8=81=94=E5=BB=BA=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/community.vue | 4 +- .../regionalParty/activitys.vue | 652 ++++++++++++++++ .../regionalParty/activitysForm.vue | 550 ++++++++++++++ .../communityParty/regionalParty/units.vue | 694 ++++++++++++++++++ .../regionalParty/unitsForm.vue | 553 ++++++++++++++ .../workPc/guidance/DetailForm copy.vue | 572 --------------- 6 files changed, 2451 insertions(+), 574 deletions(-) create mode 100644 src/views/modules/communityParty/regionalParty/activitys.vue create mode 100644 src/views/modules/communityParty/regionalParty/activitysForm.vue create mode 100644 src/views/modules/communityParty/regionalParty/units.vue create mode 100644 src/views/modules/communityParty/regionalParty/unitsForm.vue delete mode 100644 src/views/modules/workPc/guidance/DetailForm copy.vue diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 4ee0af73d..f91ee8681 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -292,9 +292,9 @@ export default { diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue new file mode 100644 index 000000000..a120e2828 --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -0,0 +1,550 @@ + + + + + + diff --git a/src/views/modules/communityParty/regionalParty/units.vue b/src/views/modules/communityParty/regionalParty/units.vue new file mode 100644 index 000000000..b8849d202 --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/units.vue @@ -0,0 +1,694 @@ + + + + diff --git a/src/views/modules/communityParty/regionalParty/unitsForm.vue b/src/views/modules/communityParty/regionalParty/unitsForm.vue new file mode 100644 index 000000000..383174ba6 --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/unitsForm.vue @@ -0,0 +1,553 @@ + + + + + + diff --git a/src/views/modules/workPc/guidance/DetailForm copy.vue b/src/views/modules/workPc/guidance/DetailForm copy.vue deleted file mode 100644 index eb421cf8c..000000000 --- a/src/views/modules/workPc/guidance/DetailForm copy.vue +++ /dev/null @@ -1,572 +0,0 @@ - - - - - - - \ No newline at end of file