From 9193e543d4023f08daa395e37e567a8cadbd0c4a Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 31 Aug 2022 14:07:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/calendar/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/communityParty/calendar/index.vue b/src/views/modules/communityParty/calendar/index.vue index 838feeb80..a46a6a95a 100644 --- a/src/views/modules/communityParty/calendar/index.vue +++ b/src/views/modules/communityParty/calendar/index.vue @@ -157,9 +157,9 @@ {{ rangeData[item.dateId].activityList[0].actTypeName }} {{ - rangeData[item.dateId].activityList[0].isPublicValue - ? "(已发布)" - : "" + rangeData[item.dateId].activityList[0].isPublish==='0' + ? "(未发布)" + : "(已发布)" }}