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