From afc6ff1326c0b9e9d337bc729b6d1733a4ddcb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 12 Jul 2024 13:30:27 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/comPromotion/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/comPromotion/index.vue b/src/views/modules/communityParty/comPromotion/index.vue index f169bcdf0..b5df9695f 100644 --- a/src/views/modules/communityParty/comPromotion/index.vue +++ b/src/views/modules/communityParty/comPromotion/index.vue @@ -296,7 +296,7 @@ if (code === 0) { this.$message({ type: "success", - message: "一发布" + message: "已发布" }); this.loadTable() From 376d2eb518a21847ae6d82af3f6f0057918877bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 12 Jul 2024 16:55:18 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E7=82=B9=E8=B5=9E=E5=8A=A0=E8=BD=AC?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/comPromotion/event.vue | 4 ++-- src/views/modules/communityParty/comPromotion/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/communityParty/comPromotion/event.vue b/src/views/modules/communityParty/comPromotion/event.vue index 4352e54fe..5999df54e 100644 --- a/src/views/modules/communityParty/comPromotion/event.vue +++ b/src/views/modules/communityParty/comPromotion/event.vue @@ -53,14 +53,14 @@
点赞数:   - {{ formData.address || "--" }} + {{ formData.likes || "--" }}
转发数   - {{ formData.cutOffTime || "--" }} + {{ formData.transpond || "--" }}
diff --git a/src/views/modules/communityParty/comPromotion/index.vue b/src/views/modules/communityParty/comPromotion/index.vue index b5df9695f..1f1f013ac 100644 --- a/src/views/modules/communityParty/comPromotion/index.vue +++ b/src/views/modules/communityParty/comPromotion/index.vue @@ -62,9 +62,9 @@ {{ scope.row.top === 0 ? '否' : '是' }} - + - +