From 880b404c85fc147a96ec2548219dd170337c6a9e Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 29 Mar 2023 19:53:01 +0800 Subject: [PATCH] =?UTF-8?q?0329=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regionalParty/activitys copy.vue | 853 +++++++++ .../regionalParty/activitys.vue | 1658 +++++++++-------- .../regionalParty/activitysDetail.vue | 7 +- .../regionalParty/activitysForm copy.vue | 623 +++++++ .../regionalParty/activitysForm.vue | 746 ++++---- .../regionalParty/activitysResiListTable.vue | 123 ++ 6 files changed, 2866 insertions(+), 1144 deletions(-) create mode 100644 src/views/modules/communityParty/regionalParty/activitys copy.vue create mode 100644 src/views/modules/communityParty/regionalParty/activitysForm copy.vue create mode 100644 src/views/modules/communityParty/regionalParty/activitysResiListTable.vue diff --git a/src/views/modules/communityParty/regionalParty/activitys copy.vue b/src/views/modules/communityParty/regionalParty/activitys copy.vue new file mode 100644 index 000000000..556e4bd47 --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/activitys copy.vue @@ -0,0 +1,853 @@ + + + + diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 556e4bd47..62a519fb9 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -1,322 +1,343 @@ diff --git a/src/views/modules/communityParty/regionalParty/activitysDetail.vue b/src/views/modules/communityParty/regionalParty/activitysDetail.vue index 46ba1d783..3ba3ecd8e 100644 --- a/src/views/modules/communityParty/regionalParty/activitysDetail.vue +++ b/src/views/modules/communityParty/regionalParty/activitysDetail.vue @@ -3,6 +3,11 @@
+
+ 封面: + + +
所属网格: {{ formData.gridName }} @@ -29,7 +34,7 @@
活动时间: - {{ formData.activityTime }} + {{ formData.activityTime + " ~ " + formData.activityEndTime || "--"}}
活动地址: diff --git a/src/views/modules/communityParty/regionalParty/activitysForm copy.vue b/src/views/modules/communityParty/regionalParty/activitysForm copy.vue new file mode 100644 index 000000000..c6556429d --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/activitysForm copy.vue @@ -0,0 +1,623 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index 1c1dfc789..70bb568cd 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -1,41 +1,69 @@ @@ -618,5 +703,10 @@ export default { margin: 0; } } +.hide { + ::v-deep .el-upload--picture-card { + display: none !important; + } +} diff --git a/src/views/modules/communityParty/regionalParty/activitysResiListTable.vue b/src/views/modules/communityParty/regionalParty/activitysResiListTable.vue new file mode 100644 index 000000000..44e9368f4 --- /dev/null +++ b/src/views/modules/communityParty/regionalParty/activitysResiListTable.vue @@ -0,0 +1,123 @@ + + + + \ No newline at end of file